Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / include / arch / common / nvram.h
1 /*
2  *   Creation Date: <2003/12/20 01:04:25 samuel>
3  *   Time-stamp: <2004/01/07 19:59:11 samuel>
4  *
5  *      <nvram.h>
6  *
7  *      arch NVRAM interface
8  *
9  *   Copyright (C) 2003, 2004 Samuel Rydh (samuel@ibrium.se)
10  *
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
14  *
15  */
16
17 #ifndef _H_NVRAM
18 #define _H_NVRAM
19
20 extern int      arch_nvram_size( void );
21 extern void     arch_nvram_get( char *buf );
22 extern void     arch_nvram_put( char *buf );
23
24 #endif   /* _H_NVRAM */