home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BC_DICE2.DMS / in.adf / INCLUDE / resources / misc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  654 b   |  36 lines

  1. #ifndef RESOURCES_MISC_H
  2. #define RESOURCES_MISC_H
  3. /*
  4. ** $Filename: resources/misc.h $
  5. ** $Release: 2.04 Includes, V37.4 $
  6. ** $Revision: 36.13 $
  7. ** $Date: 90/05/06 $
  8. **
  9. ** Unit number definitions for "misc.resource"
  10. **
  11. ** (C) Copyright 1985-1991 Commodore-Amiga, Inc.
  12. ** All Rights Reserved
  13. */
  14.  
  15. #ifndef EXEC_TYPES_H
  16. #include "exec/types.h"
  17. #endif 
  18.  
  19. #ifndef EXEC_LIBRARIES_H
  20. #include "exec/libraries.h"
  21. #endif 
  22.  
  23.  
  24. #define MR_SERIALPORT 0 
  25. #define MR_SERIALBITS 1 
  26. #define MR_PARALLELPORT 2 
  27. #define MR_PARALLELBITS 3 
  28.  
  29.  
  30. #define MR_ALLOCMISCRESOURCE (LIB_BASE) 
  31. #define MR_FREEMISCRESOURCE (LIB_BASE-LIB_VECTSIZE) 
  32.  
  33. #define MISCNAME "misc.resource"
  34.  
  35. #endif 
  36.