summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2007-04-20 18:27:31 +0200
committerpancake <pancake@dazo>2007-04-20 18:27:31 +0200
commit300635ad8f8c5bdb5c50fc95f1c456ea7cc45151 (patch)
treeab2e73c27e8c11a683b66a0d7ae667dbf20c0bbb /src/main.h
parentb1d0ce2848a79664374f802954b1e4390b11da6d (diff)
download0xFFFF-300635ad8f8c5bdb5c50fc95f1c456ea7cc45151.tar.bz2
* 'set root device' patch inclusion from Robert Schuster
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 9b0bcd1..0155833 100644
--- a/src/main.h
+++ b/src/main.h
@@ -21,7 +21,10 @@ int set_rd_mode(unsigned short mode);
int set_usb_host_mode(unsigned short mode);
int query_hw_revision();
int query_rdmode_device();
+
int query_root_device();
+int set_root_device(unsigned short);
+
int query_nolo_version();
int add_piece(char *piece);