mirror of https://github.com/hak5/openwrt.git
parent
b14f137a2e
commit
a8fbb232f8
|
@ -18,8 +18,8 @@
|
||||||
#include <asm/uaccess.h>
|
#include <asm/uaccess.h>
|
||||||
|
|
||||||
#define NVRAM_SIZE (0x1ff0)
|
#define NVRAM_SIZE (0x1ff0)
|
||||||
static char _nvdata[NVRAM_SIZE] __initdata;
|
static char _nvdata[NVRAM_SIZE];
|
||||||
static char _valuestr[256] __initdata;
|
static char _valuestr[256];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* TLV types. These codes are used in the "type-length-value"
|
* TLV types. These codes are used in the "type-length-value"
|
||||||
|
|
Loading…
Reference in New Issue