2008-12-11 20:30:53 +00:00
|
|
|
/*
|
2006-04-26 15:08:19 +00:00
|
|
|
* Creation Date: <2003/12/20 01:04:25 samuel>
|
|
|
|
|
* Time-stamp: <2004/01/07 19:59:11 samuel>
|
2008-12-11 20:30:53 +00:00
|
|
|
*
|
2006-04-26 15:08:19 +00:00
|
|
|
* <nvram.h>
|
2008-12-11 20:30:53 +00:00
|
|
|
*
|
2006-04-26 15:08:19 +00:00
|
|
|
* arch NVRAM interface
|
2008-12-11 20:30:53 +00:00
|
|
|
*
|
2006-04-26 15:08:19 +00:00
|
|
|
* Copyright (C) 2003, 2004 Samuel Rydh (samuel@ibrium.se)
|
2008-12-11 20:30:53 +00:00
|
|
|
*
|
2006-04-26 15:08:19 +00:00
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
|
* modify it under the terms of the GNU General Public License
|
|
|
|
|
* version 2
|
2008-12-11 20:30:53 +00:00
|
|
|
*
|
2006-04-26 15:08:19 +00:00
|
|
|
*/
|
|
|
|
|
|
2010-03-14 20:34:01 +00:00
|
|
|
#ifndef _H_NVRAM_PACKAGE
|
|
|
|
|
#define _H_NVRAM_PACKAGE
|
2006-04-26 15:08:19 +00:00
|
|
|
|
2008-11-25 18:30:22 +00:00
|
|
|
extern void nvconf_init( void );
|
2009-08-02 10:58:33 +00:00
|
|
|
extern void nvram_init( const char *path );
|
2006-04-26 15:08:19 +00:00
|
|
|
extern void update_nvram( void );
|
|
|
|
|
|
2010-03-14 20:34:01 +00:00
|
|
|
#endif /* _H_NVRAM_PACKAGE */
|