#ifndef CLIB_EXPANSION_PROTOS_H #define CLIB_EXPANSION_PROTOS_H /* ** $VER: expansion_protos.h 39.0 (31.10.91) ** Includes Release 40.15 ** ** C prototypes. For use with 32 bit integers only. ** ** (C) Copyright 1990-1993 Commodore-Amiga, Inc. ** All Rights Reserved */ #ifndef EXEC_TYPES_H #include #endif #ifdef __cplusplus extern "C" { #endif /*--- functions in V33 or higher (Release 1.2) ---*/ void AddConfigDev( struct ConfigDev *configDev ); /*--- functions in V36 or higher (Release 2.0) ---*/ BOOL AddBootNode( long bootPri, unsigned long flags, struct DeviceNode *deviceNode, struct ConfigDev *configDev ); /*--- functions in V33 or higher (Release 1.2) ---*/ void AllocBoardMem( unsigned long slotSpec ); struct ConfigDev *AllocConfigDev( void ); APTR AllocExpansionMem( unsigned long numSlots, unsigned long slotAlign ); void ConfigBoard( APTR board, struct ConfigDev *configDev ); void ConfigChain( APTR baseAddr ); struct ConfigDev *FindConfigDev( struct ConfigDev *oldConfigDev, long manufacturer, long product ); void FreeBoardMem( unsigned long startSlot, unsigned long slotSpec ); void FreeConfigDev( struct ConfigDev *configDev ); void FreeExpansionMem( unsigned long startSlot, unsigned long numSlots ); UBYTE ReadExpansionByte( APTR board, unsigned long offset ); void ReadExpansionRom( APTR board, struct ConfigDev *configDev ); void RemConfigDev( struct ConfigDev *configDev ); void WriteExpansionByte( APTR board, unsigned long offset, unsigned long byte ); void ObtainConfigBinding( void ); void ReleaseConfigBinding( void ); void SetCurrentBinding( struct CurrentBinding *currentBinding, unsigned long bindingSize ); ULONG GetCurrentBinding( struct CurrentBinding *currentBinding, unsigned long bindingSize ); struct DeviceNode *MakeDosNode( APTR parmPacket ); BOOL AddDosNode( long bootPri, unsigned long flags, struct DeviceNode *deviceNode ); /*--- functions in V36 or higher (Release 2.0) ---*/ #ifdef __cplusplus } #endif #ifdef STORMPRAGMAS #ifndef _INCLUDE_PRAGMA_EXPANSION_LIB_H #include #endif #endif #endif /* CLIB_EXPANSION_PROTOS_H */