2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
6 #include <proto/exec.h>
8 #include LC_LIBDEFS_FILE
10 /*****************************************************************************
13 #include <libraries/nonvolatile.h>
15 AROS_LH1(VOID
, FreeNVData
,
19 AROS_LHA(APTR
, data
, A0
),
23 struct Library
*, nvBase
, 6, Nonvolatile
)
27 Free data allocated by nonvolatile.library (GetCopyNV(), GetNVInfo(),
32 data -- data got from a nonvolatile.library function; may be NULL in
33 which case this function does nothing
45 GetCopyNV(), GetNVInfo(), GetNVList()
49 ******************************************************************************/