home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / amigem.lha / amigem / expansion / expansion.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-21  |  674 b   |  23 lines

  1. #include <exec/semaphores.h>
  2.  
  3. #define LOCAL_MEM_SIZE    1048576
  4.  
  5. #define LIB_NAME    "expansion.library"
  6. #define LIB_VERSION     40
  7. #define LIB_REVISION    1
  8. #define LIB_DATE    "21.01.95"
  9.  
  10. /* Note: There's a duplicate definition of this in exec.h
  11.  *
  12.  * I don't know if it's legal to write patched system structures down in own
  13.  * header files. Anyway - this way I use headers and don't copy them ;-).
  14.  */
  15. #define MountList MountList;struct ExecBase *SysBase;struct SignalSemaphore ConfigBinding
  16. #include <libraries/expansionbase.h>
  17. #undef MountList
  18.  
  19. #define LocalMemStart    eb_Private02
  20. #define LocalMemSize    eb_Private03
  21. #define LocalCurBind    eb_Private04
  22. #define ConfigDevList    eb_Private05
  23.