Linux Kernel
3.7.1
|
#include <uapi/linux/nvram.h>
Go to the source code of this file.
Functions | |
unsigned char | __nvram_read_byte (int i) |
unsigned char | nvram_read_byte (int i) |
void | __nvram_write_byte (unsigned char c, int i) |
void | nvram_write_byte (unsigned char c, int i) |
int | __nvram_check_checksum (void) |
int | nvram_check_checksum (void) |