summaryrefslogtreecommitdiffstats
path: root/src/nolo.h
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-10 21:35:37 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-10 21:35:37 +0200
commit8ea3ba3771c69c0fd1815459ca7e6dd1d048dbeb (patch)
tree2e36ea9e01c52615f6ad539a392913484994a57b /src/nolo.h
parent0e0844b78b529d4afc1c33fc4e088d543b30b5bd (diff)
download0xFFFF-8ea3ba3771c69c0fd1815459ca7e6dd1d048dbeb.tar.bz2
nolo: Remove old code
Diffstat (limited to 'src/nolo.h')
-rw-r--r--src/nolo.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/nolo.h b/src/nolo.h
index 5b363d1..f294d1a 100644
--- a/src/nolo.h
+++ b/src/nolo.h
@@ -60,40 +60,4 @@ int nolo_set_sw_ver(struct usb_device_info * dev, const char * ver);
int nolo_get_content_ver(struct usb_device_info * dev, char * ver, size_t size);
int nolo_set_content_ver(struct usb_device_info * dev, const char * ver);
-
-void flash_image(struct image * image);
-
-extern char strbuf[1024];
-
-int boot_board(char *cmdline);
-
-int reboot_board();
-
-int get_status();
-
-int get_usb_mode();
-int set_usb_mode(unsigned int);
-
-int get_rd_mode();
-int set_rd_mode(unsigned short mode);
-
-int get_rd_flags();
-int set_rd_flags(unsigned short flags);
-
-int get_hw_revision(char *str, int len);
-
-int get_root_device();
-int set_root_device(unsigned short);
-
-int get_nolo_version();
-
-int get_sw_version();
-
-#define NOLO_GET_STATUS 1
-#define NOLO_GET_BOARD_ID 2
-#define NOLO_GET_VERSION 3
-#define NOLO_GET_HWVERSION 4
-#define NOLO_SET_RDFLAGS 16
-#define NOLO_GET_RDFLAGS 17
-
#endif