home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / HF-SCL1.DMS / in.adf / inclib.lha / Inc / resources / misc.inc < prev    next >
Encoding:
Text File  |  1996-09-01  |  286 b   |  14 lines

  1. include "inc/exec/types.inc";
  2. include "inc/exec/libraries.inc";
  3.  
  4. def MR_SERIALPORT = 0;
  5. def MR_SERIALBITS = 1;
  6. def MR_PARALLELPORT = 2;
  7. def MR_PARALLELBITS = 3;
  8.  
  9. def MR_ALLOCMISCRESOURCE = (LIB_BASE);
  10. def MR_FREEMISCRESOURCE = (LIB_BASE-LIB_VECTSIZE);
  11.  
  12. def MISCNAME = "misc.resource";
  13.  
  14.