X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=petitboot.h;h=893be04605e9614ed846c5828cbc28f767c2e053;hb=1a57970670fa73eba47fb26c85316c6eb2884f76;hp=e9102df9504ee42f5fdab2f0d8fb7b0d9eb78482;hpb=f2c8c4c7197ef61c0378ffbeb4649d28bfcbba06;p=petitboot 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, ...);