aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-bcm47xx/nvram.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/mach-bcm47xx/nvram.h')
-rw-r--r--arch/mips/include/asm/mach-bcm47xx/nvram.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/mips/include/asm/mach-bcm47xx/nvram.h b/arch/mips/include/asm/mach-bcm47xx/nvram.h
index 69ef3efe06e7..550a7fc932c9 100644
--- a/arch/mips/include/asm/mach-bcm47xx/nvram.h
+++ b/arch/mips/include/asm/mach-bcm47xx/nvram.h
@@ -32,9 +32,6 @@ struct nvram_header {
32#define NVRAM_MAX_VALUE_LEN 255 32#define NVRAM_MAX_VALUE_LEN 255
33#define NVRAM_MAX_PARAM_LEN 64 33#define NVRAM_MAX_PARAM_LEN 64
34 34
35#define NVRAM_ERR_INV_PARAM -8
36#define NVRAM_ERR_ENVNOTFOUND -9
37
38extern int nvram_getenv(char *name, char *val, size_t val_len); 35extern int nvram_getenv(char *name, char *val, size_t val_len);
39 36
40static inline void nvram_parse_macaddr(char *buf, u8 macaddr[6]) 37static inline void nvram_parse_macaddr(char *buf, u8 macaddr[6])