summaryrefslogtreecommitdiff
path: root/firmware/src/os/usbcmd_generic.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/os/usbcmd_generic.h')
-rw-r--r--firmware/src/os/usbcmd_generic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/src/os/usbcmd_generic.h b/firmware/src/os/usbcmd_generic.h
index 0a7b8b7..4dd0456 100644
--- a/firmware/src/os/usbcmd_generic.h
+++ b/firmware/src/os/usbcmd_generic.h
@@ -1,4 +1,6 @@
#ifndef _USBAPI_GENERIC_H
#define _USBAPI_GENERIC_H
extern void usbcmd_gen_init(void);
+extern int gen_setenv(void* data,u_int32_t pos,u_int32_t length);
+extern int gen_getenv(void* data,u_int32_t pos,u_int32_t length);
#endif
personal git repositories of Harald Welte. Your mileage may vary