home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / fd2inline-1.0-bin.lha / include / proto / exec.h < prev    next >
C/C++ Source or Header  |  1996-10-12  |  644b  |  35 lines

  1. #ifndef PROTO_EXEC_H
  2. #define PROTO_EXEC_H
  3.  
  4. #ifndef EXEC_IO_H
  5. #include <exec/io.h>
  6. #endif
  7. #ifndef EXEC_MEMORY_H
  8. #include <exec/memory.h>
  9. #endif
  10. #ifndef EXEC_DEVICES_H
  11. #include <exec/devices.h>
  12. #endif
  13. #ifndef EXEC_PORTS_H
  14. #include <exec/ports.h>
  15. #endif
  16. #ifndef EXEC_SEMAPHORES_H
  17. #include <exec/semaphores.h>
  18. #endif
  19.  
  20. #include <clib/exec_protos.h>
  21. #ifdef _USEOLDEXEC_
  22. #define EXEC_BASE_NAME (*(struct ExecBase * __CONSTLIBBASEDECL__ *)4)
  23. #endif
  24. #include <inline/exec.h>
  25.  
  26. #if !defined(__NOLIBBASE__) && !defined(_USEOLDEXEC_)
  27. extern struct ExecBase * __CONSTLIBBASEDECL__ SysBase;
  28. #endif
  29.  
  30. #ifndef PROTO_ALIB_H
  31. #include <proto/alib.h>
  32. #endif
  33.  
  34. #endif
  35.