New bitmap method SetRGBConversionFunction which can be used to
[tangerine.git] / workbench / libs / nonvolatile / nvdisk / nvdisk_intern.h
blobd51a2fee1f28ec19597e87ee113b0389930b1d3b
1 #ifndef NVDISK_INTERN_H
2 #define NVDISK_INTERN_H
4 /*
5 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc:
9 Lang: English
13 #include <exec/libraries.h>
14 #include <exec/execbase.h>
15 #include <dos/dos.h>
17 // Private structure of nvdisk.library library base
18 struct NVDBase
20 struct Library nvd_Lib;
22 BPTR nvd_location;
25 /* Locate library bases */
27 #define GPB(x) ((struct NVDBase *)x)
29 #endif /* NVDISK_INTERN_H */