X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=petitboot.h;h=a77bfef7c864e2035e18f55824ce785ef94c7dd5;hp=82251e41181698bae5fdb7cad80810622e5b2738;hb=d24e0892cd09e9d41793a59e66b7f86a99b40343;hpb=51fa27b3bfe5f11067e2b301c42451c2838575a8;ds=sidebyside 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);