summaryrefslogtreecommitdiffstats
path: root/petitboot.h
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2007-04-02 16:38:20 +1000
committerJeremy Kerr <jk@ozlabs.org>2007-04-03 14:16:31 +1000
commitbd803b47266f399c41c7e560b8769ef172f0fca9 (patch)
tree5cefd39807d025c6145eacd06b7089695e3bf85c /petitboot.h
parent2ee42ce22b643f865e52088b0f0451ec1f3a8f09 (diff)
downloadtalos-petitboot-bd803b47266f399c41c7e560b8769ef172f0fca9.tar.gz
talos-petitboot-bd803b47266f399c41c7e560b8769ef172f0fca9.zip
Hookup kexec
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'petitboot.h')
-rw-r--r--petitboot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/petitboot.h b/petitboot.h
index aeac73b..147fe7f 100644
--- a/petitboot.h
+++ b/petitboot.h
@@ -9,7 +9,8 @@
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);
+ const char *subtitle, twin_pixmap_t *badge, void *data);
int pboot_remove_device(const char *dev_id);
int pboot_start_device_discovery(void);
+void pboot_exec_option(void *data);
OpenPOWER on IntegriCloud