summaryrefslogtreecommitdiffstats
path: root/petitboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'petitboot.h')
-rw-r--r--petitboot.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/petitboot.h b/petitboot.h
deleted file mode 100644
index 893be04..0000000
--- a/petitboot.h
+++ /dev/null
@@ -1,18 +0,0 @@
-
-#include <libtwin/twin.h>
-#include <stdarg.h>
-
-#define LOG(fmt...) printf(fmt)
-
-#define PBOOT_MAX_DEV 16
-#define PBOOT_MAX_OPTION 16
-
-int pboot_add_device(const char *dev_id, const char *name,
- twin_pixmap_t *pixmap);
-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(int udev_trigger);
-void pboot_exec_option(void *data);
-void pboot_message(const char *fmt, ...);
OpenPOWER on IntegriCloud