Tidy cell types and format strings
[openbios.git] / include / packages / nvram.h
blobba1b38b9e86d121804459e59419006f043c9941e
1 /*
2 * Creation Date: <2003/12/20 01:04:25 samuel>
3 * Time-stamp: <2004/01/07 19:59:11 samuel>
5 * <nvram.h>
7 * arch NVRAM interface
9 * Copyright (C) 2003, 2004 Samuel Rydh (samuel@ibrium.se)
11 * This program is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU General Public License
13 * version 2
17 #ifndef _H_NVRAM_PACKAGE
18 #define _H_NVRAM_PACKAGE
20 extern void nvconf_init( void );
21 extern void nvram_init( const char *path );
22 extern void update_nvram( void );
24 #endif /* _H_NVRAM_PACKAGE */