summaryrefslogtreecommitdiffstats
path: root/src/query.h
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2008-12-08 18:13:36 +0100
committerpancake <pancake@dazo>2008-12-08 18:13:36 +0100
commit5a96158322b4b7e8289dfd429af3e7b15a99d173 (patch)
treed095a25f2bf1485132895c1525786fa34f71f5e8 /src/query.h
parent3d427bfd7740731bfc203b047d557af564975cf6 (diff)
download0xFFFF-5a96158322b4b7e8289dfd429af3e7b15a99d173.tar.bz2
* Implement and test direct file FIASCO flash - openfiasco receives options for grepping for pieces and be verbose - fixed flashing order using grep options xloader, secondary, kernel, initfs, rootfs - Tested and working - Added parser for the hw revision string
* Autodetect device hw revision and setup the subversion string on the fly.
Diffstat (limited to 'src/query.h')
-rw-r--r--src/query.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/query.h b/src/query.h
index 03ee963..4d18253 100644
--- a/src/query.h
+++ b/src/query.h
@@ -16,7 +16,7 @@ int set_rd_mode(unsigned short mode);
int get_rd_flags();
int set_rd_flags(unsigned short flags);
-int get_hw_revision();
+int get_hw_revision(char *str, int len);
int get_root_device();
int set_root_device(unsigned short);