home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / os-include / clib / expansion_protos.h < prev    next >
C/C++ Source or Header  |  1992-09-24  |  2KB  |  47 lines

  1. #ifndef  CLIB_EXPANSION_PROTOS_H
  2. #define  CLIB_EXPANSION_PROTOS_H
  3. /*
  4. **    $VER: expansion_protos.h 39.0 (31.10.91)
  5. **    Includes Release 39.108
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1990-1992 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12. #ifndef  EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15. /*--- functions in V33 or higher (distributed as Release 1.2) ---*/
  16. void AddConfigDev( struct ConfigDev *configDev );
  17. /*--- functions in V36 or higher (distributed as Release 2.0) ---*/
  18. BOOL AddBootNode( long bootPri, unsigned long flags,
  19.     struct DeviceNode *deviceNode, struct ConfigDev *configDev );
  20. /*--- functions in V33 or higher (distributed as Release 1.2) ---*/
  21. void AllocBoardMem( unsigned long slotSpec );
  22. struct ConfigDev *AllocConfigDev( void );
  23. APTR AllocExpansionMem( unsigned long numSlots, unsigned long slotAlign );
  24. void ConfigBoard( APTR board, struct ConfigDev *configDev );
  25. void ConfigChain( APTR baseAddr );
  26. struct ConfigDev *FindConfigDev( struct ConfigDev *oldConfigDev,
  27.     long manufacturer, long product );
  28. void FreeBoardMem( unsigned long startSlot, unsigned long slotSpec );
  29. void FreeConfigDev( struct ConfigDev *configDev );
  30. void FreeExpansionMem( unsigned long startSlot, unsigned long numSlots );
  31. UBYTE ReadExpansionByte( APTR board, unsigned long offset );
  32. void ReadExpansionRom( APTR board, struct ConfigDev *configDev );
  33. void RemConfigDev( struct ConfigDev *configDev );
  34. void WriteExpansionByte( APTR board, unsigned long offset,
  35.     unsigned long byte );
  36. void ObtainConfigBinding( void );
  37. void ReleaseConfigBinding( void );
  38. void SetCurrentBinding( struct CurrentBinding *currentBinding,
  39.     unsigned long bindingSize );
  40. ULONG GetCurrentBinding( struct CurrentBinding *currentBinding,
  41.     unsigned long bindingSize );
  42. struct DeviceNode *MakeDosNode( APTR parmPacket );
  43. BOOL AddDosNode( long bootPri, unsigned long flags,
  44.     struct DeviceNode *deviceNode );
  45. /*--- functions in V36 or higher (distributed as Release 2.0) ---*/
  46. #endif     /* CLIB_EXPANSION_PROTOS_H */
  47.