X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=petitboot.h;h=e9102df9504ee42f5fdab2f0d8fb7b0d9eb78482;hp=147fe7f2d004bfa98a44c57bc35da4d48ecf2ea8;hb=f2c8c4c7197ef61c0378ffbeb4649d28bfcbba06;hpb=bd803b47266f399c41c7e560b8769ef172f0fca9 diff --git a/petitboot.h b/petitboot.h index 147fe7f..e9102df 100644 --- a/petitboot.h +++ b/petitboot.h @@ -12,5 +12,5 @@ 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);