home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / TRSICAT.LZX / CATS_CD2_TRSI / Inc&AD1.3 / Includes / libraries / expansion.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-12  |  600 b   |  29 lines

  1. #ifndef LIBRARIES_EXPANSION_H
  2. #define LIBRARIES_EXPANSION_H
  3. /*
  4. **    $Filename: libraries/expansion.h $
  5. **    $Release: 1.3 $
  6. **
  7. **    external definitions for expansion.library 
  8. **
  9. **    (C) Copyright 1986,1987,1988 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #define EXPANSIONNAME    "expansion.library"
  14.  
  15. /* flags for the AddDosNode() call */
  16. #define ADNB_STARTPROC    0
  17.  
  18. #define ADNF_STARTPROC    (1<<0)
  19.  
  20.  
  21. /* correct types for C programs */
  22.  
  23. struct ConfigDev *AllocConfigDev();
  24. CPTR AllocExpansionMem();
  25. struct ConfigDev *FindConfigDev();
  26. struct DeviceNode *MakeDosNode();
  27.  
  28. #endif    /* LIBRARIES_EXPANSION_H */
  29.