2 * Copyright (C) 2013, The AROS Development Team
4 * Author: Jason S. McMullan <jason.mcmullan@gmail.com>
6 * Licensed under the AROS PUBLIC LICENSE (APL) Version 1.1
9 #ifndef NONVOLATILE_INTERN_H
10 #define NONVOLATILE_INTERN_H
12 #include <exec/libraries.h>
15 struct NonvolatileBase
{
16 struct Library nv_Library
;
18 struct Library
*nv_nvdBase
;
21 #define nvdBase (((struct NonvolatileBase *)nvBase)->nv_nvdBase)
23 #endif /* NONVOLATILE_INTERN_H */