X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=petitboot.h;h=893be04605e9614ed846c5828cbc28f767c2e053;hp=a77bfef7c864e2035e18f55824ce785ef94c7dd5;hb=589623efd5361f5f3ee5a99013c2d11d96338e9f;hpb=d24e0892cd09e9d41793a59e66b7f86a99b40343 diff --git a/petitboot.h b/petitboot.h index a77bfef..893be04 100644 --- a/petitboot.h +++ b/petitboot.h @@ -1,5 +1,6 @@ #include +#include #define LOG(fmt...) printf(fmt) @@ -14,4 +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 *message); +void pboot_message(const char *fmt, ...);