From 8ea3ba3771c69c0fd1815459ca7e6dd1d048dbeb Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Fri, 10 Aug 2012 21:35:37 +0200 Subject: nolo: Remove old code --- src/nolo.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) (limited to 'src/nolo.h') 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 -- cgit v1.2.3