2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 /*****************************************************************************
10 #include <libraries/nonvolatile.h>
11 #include <proto/exec.h>
12 #include "nonvolatile_intern.h"
14 AROS_LH1(VOID
, FreeNVData
,
18 AROS_LHA(APTR
, data
, A0
),
22 struct Library
*, nvBase
, 6, Nonvolatile
)
26 Free data allocated by nonvolatile.library (GetCopyNV(), GetNVInfo(),
31 data -- data got from a nonvolatile.library function; may be NULL in
32 which case this function does nothing
44 GetCopyNV(), GetNVInfo(), GetNVList()
48 ******************************************************************************/