diff options
author | David Madison <dmadison@users.noreply.github.com> | 2019-02-15 12:08:19 -0500 |
---|---|---|
committer | David Madison <dmadison@users.noreply.github.com> | 2019-02-15 12:08:31 -0500 |
commit | 4a7ef06b516dba4cdda939a16e5458c59592f6b1 (patch) | |
tree | b00e15e665a2f456c1fb207aeb9ac12283181a00 /firmwares/wifishield/wifiHD/src/nvram.h | |
parent | 98f00eb533e0ed571b90f8e014d1eb59052a0597 (diff) |
Delete 'firmwares' folder
Diffstat (limited to 'firmwares/wifishield/wifiHD/src/nvram.h')
-rw-r--r-- | firmwares/wifishield/wifiHD/src/nvram.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/firmwares/wifishield/wifiHD/src/nvram.h b/firmwares/wifishield/wifiHD/src/nvram.h deleted file mode 100644 index 8882749..0000000 --- a/firmwares/wifishield/wifiHD/src/nvram.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef NVRAM_H -#define NVRAM_H - -#include <stdint.h> - -int nvram_init(void); -int nvram_read(uint32_t addr, void *data, uint32_t len); -int nvram_write(uint32_t addr, const void *data, uint32_t len); - -#endif |