X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=petitboot.h;h=893be04605e9614ed846c5828cbc28f767c2e053;hp=e9102df9504ee42f5fdab2f0d8fb7b0d9eb78482;hb=ba87731ad84f9c91d361a03c4c2e40a4a38acc96;hpb=f2c8c4c7197ef61c0378ffbeb4649d28bfcbba06 diff --git a/petitboot.h b/petitboot.h index e9102df..893be04 100644 --- a/petitboot.h +++ b/petitboot.h @@ -1,5 +1,6 @@ #include +#include #define LOG(fmt...) printf(fmt) @@ -14,3 +15,4 @@ int pboot_remove_device(const char *dev_id); int pboot_start_device_discovery(int udev_trigger); void pboot_exec_option(void *data); +void pboot_message(const char *fmt, ...);