muimaster.library: remove empty Dispose from Listview
[AROS.git] / workbench / libs / nonvolatile / nonvolatile_intern.h
blob0f1045464cffb3f970c538f17fdc22237812c347
1 /*
2 * Copyright (C) 2013, The AROS Development Team
3 * All right reserved.
4 * Author: Jason S. McMullan <jason.mcmullan@gmail.com>
6 * Licensed under the AROS PUBLIC LICENSE (APL) Version 1.1
7 */
9 #ifndef NONVOLATILE_INTERN_H
10 #define NONVOLATILE_INTERN_H
12 #include <exec/libraries.h>
13 #include <dos/bptr.h>
15 struct NonvolatileBase {
16 struct Library nv_Library;
17 BPTR nv_SegList;
18 struct Library *nv_nvdBase;
21 #define nvdBase (((struct NonvolatileBase *)nvBase)->nv_nvdBase)
23 #endif /* NONVOLATILE_INTERN_H */