summaryrefslogtreecommitdiffstats
path: root/package/openwrt/libnvram/nvram_convert.h
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-07 23:24:52 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-07 23:24:52 +0000
commit0bc4109776d047ae999f11b3e329d10eb364d561 (patch)
tree1380766f4869ba8d6b2db810ef2f6d49b5c17799 /package/openwrt/libnvram/nvram_convert.h
parent94e6296f0f36687cdd6dd96848c9abf76c16a0ff (diff)
add libshared/libnvram and required includes under version control
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@344 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openwrt/libnvram/nvram_convert.h')
-rw-r--r--package/openwrt/libnvram/nvram_convert.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/openwrt/libnvram/nvram_convert.h b/package/openwrt/libnvram/nvram_convert.h
new file mode 100644
index 000000000..70e12327d
--- /dev/null
+++ b/package/openwrt/libnvram/nvram_convert.h
@@ -0,0 +1,7 @@
+
+struct nvram_convert {
+ char *name;
+ char *wl0_name;
+ char *d11g_name;
+};
+