1 #ifndef NVDISK_INTERN_H
2 #define NVDISK_INTERN_H
5 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
13 #include <exec/libraries.h>
14 #include <exec/execbase.h>
17 // Private structure of nvdisk.library library base
20 struct Library nvd_Lib
;
24 struct Library
*nvd_DOSBase
;
27 /* Locate library bases */
29 #define GPB(x) ((struct NVDBase *)x)
31 #define DOSBase (((struct NVDBase *)nvdBase)->nvd_DOSBase)
33 #endif /* NVDISK_INTERN_H */