diff options
Diffstat (limited to 'openwrt/package/nvram/src/nvram_convert.h')
-rw-r--r-- | openwrt/package/nvram/src/nvram_convert.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/nvram/src/nvram_convert.h b/openwrt/package/nvram/src/nvram_convert.h new file mode 100644 index 0000000000..70e12327d1 --- /dev/null +++ b/openwrt/package/nvram/src/nvram_convert.h @@ -0,0 +1,7 @@ + +struct nvram_convert { + char *name; + char *wl0_name; + char *d11g_name; +}; + |