--- SheepShaver/src/include/xlowmem.h 2005/01/30 21:48:21 1.4 +++ SheepShaver/src/include/xlowmem.h 2008/01/01 09:47:39 1.8 @@ -1,7 +1,7 @@ /* * xlowmem.h - Definitions for extra Low Memory globals (0x2800..) * - * SheepShaver (C) 1997-2005 Christian Bauer and Marc Hellwig + * SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -47,7 +47,14 @@ #define XLM_R_GET_RESOURCE 0x2848 // Pointer to native RGetResource() routine #define XLM_EXEC_RETURN_OPCODE 0x284c // EXEC_RETURN opcode for Execute68k() #define XLM_ZERO_PAGE 0x2850 // Pointer to read-only page with all bits set to 0 +#define XLM_R13 0x2854 // Pointer to .sdata section (Linux) +#define XLM_GET_NAMED_RESOURCE 0x2858 // Pointer to native GetNamedResource() routine +#define XLM_GET_1_NAMED_RESOURCE 0x285c // Pointer to native Get1NamedResource() routine +#define XLM_ETHER_AO_GET_HWADDR 0x28b0 // Pointer to ethernet A0_get_ethernet_address() function +#define XLM_ETHER_AO_ADD_MULTI 0x28b4 // Pointer to ethernet A0_enable_multicast() function +#define XLM_ETHER_AO_DEL_MULTI 0x28b8 // Pointer to ethernet A0_disable_multicast() function +#define XLM_ETHER_AO_SEND_PACKET 0x28bc // Pointer to ethernet A0_transmit_packet() function #define XLM_ETHER_INIT 0x28c0 // Pointer to ethernet InitStreamModule() function #define XLM_ETHER_TERM 0x28c4 // Pointer to ethernet TerminateStreamModule() function #define XLM_ETHER_OPEN 0x28c8 // Pointer to ethernet ether_open() function