
***********************************************************************
*                                                                     *
* dspdrvbase.i -- definition of R3D's display driver library base     *
*                                                                     *
***********************************************************************

   IFND  R3DDSPDRV_BASE_I
R3DDSPDRV_BASE_I SET 1

   IFND  EXEC_TYPES_I
   INCLUDE  "exec/types.i"
   ENDC   ; EXEC_TYPES_I

   IFND  EXEC_LISTS_I
   INCLUDE  "exec/lists.i"
   ENDC   ; EXEC_LISTS_I

   IFND  EXEC_LIBRARIES_I
   INCLUDE  "exec/libraries.i"
   ENDC   ; EXEC_LIBRARIES_I


;-----------------------------------------------------------------------
;
; library data structures
;
;-----------------------------------------------------------------------

;  Note that the library base begins with a library node

   STRUCTURE R3DDspDrvBase,LIB_SIZE
   UBYTE   sb_Flags
   UBYTE   sb_pad
   ;We are now longword aligned
   ULONG   sb_SysLib
   ULONG   sb_DosLib
   ULONG   sb_SegList
   LABEL   R3DDspDrvBase_SIZEOF


   ENDC  ;RR3DDSPDRVBASE_I
