2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
6 /*****************************************************************************
10 #include <libraries/nonvolatile.h>
11 #include <proto/exec.h>
13 AROS_LH1(VOID
, FreeNVData
,
17 AROS_LHA(APTR
, data
, A0
),
21 struct Library
*, nvBase
, 6, Nonvolatile
)
25 Free data allocated by nonvolatile.library (GetCopyNV(), GetNVInfo(),
30 data -- data got from a nonvolatile.library function; may be NULL in
31 which case this function does nothing
43 GetCopyNV(), GetNVInfo(), GetNVList()
47 ******************************************************************************/