summaryrefslogtreecommitdiffstats
path: root/petitboot.h
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2007-04-04 15:55:32 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2007-04-04 15:55:32 +1000
commitd24e0892cd09e9d41793a59e66b7f86a99b40343 (patch)
tree44493d32624c50a4d9aba6a6f68162e62c8465d6 /petitboot.h
parent08447507ebe7a7aafdf95c734dd30ec89b1c79f8 (diff)
parentf2c8c4c7197ef61c0378ffbeb4649d28bfcbba06 (diff)
downloadtalos-petitboot-d24e0892cd09e9d41793a59e66b7f86a99b40343.tar.gz
talos-petitboot-d24e0892cd09e9d41793a59e66b7f86a99b40343.zip
Merge branch 'master' of ssh://ozlabs.org/home/jk/git/petitboot
Diffstat (limited to 'petitboot.h')
-rw-r--r--petitboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/petitboot.h b/petitboot.h
index 82251e4..a77bfef 100644
--- a/petitboot.h
+++ b/petitboot.h
@@ -12,6 +12,6 @@ int pboot_add_option(int devindex, const char *title,
const char *subtitle, twin_pixmap_t *badge, void *data);
int pboot_remove_device(const char *dev_id);
-int pboot_start_device_discovery(void);
+int pboot_start_device_discovery(int udev_trigger);
void pboot_exec_option(void *data);
void pboot_message(const char *message);
OpenPOWER on IntegriCloud