2 * Copyright (C) 2006 Felix Fietkau <nbd@openwrt.org>
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License as published by the
6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
16 u32 crc_ver_init
; /* 0:7 crc, 8:15 ver, 16:31 sdram_init */
17 u32 config_refresh
; /* 0:15 sdram_config, 16:31 sdram_refresh */
18 u32 config_ncdl
; /* ncdl values for memc */
24 struct nvram_tuple
*next
;
27 #define NVRAM_HEADER 0x48534C46 /* 'FLSH' */
28 #define NVRAM_VERSION 1
29 #define NVRAM_HEADER_SIZE 20
30 #define NVRAM_SPACE 0x8000
32 #define NVRAM_MAX_VALUE_LEN 255
33 #define NVRAM_MAX_PARAM_LEN 64
35 char *nvram_get(const char *name
);
This page took 0.040845 seconds and 5 git commands to generate.