]> git.ozlabs.org Git - yaboot.git/blobdiff - include/yaboot.h
Commit yaboot 1.3.0
[yaboot.git] / include / yaboot.h
diff --git a/include/yaboot.h b/include/yaboot.h
new file mode 100644 (file)
index 0000000..d7a9277
--- /dev/null
@@ -0,0 +1,20 @@
+#ifndef __YABOOT_H__
+#define __YABOOT_H__
+
+#include "file.h"
+
+struct boot_param_t {
+       struct boot_fspec_t     kernel;
+       struct boot_fspec_t     rd;
+       struct boot_fspec_t     sysmap;
+       struct boot_fspec_t     splash;
+
+       char*   args;
+};
+
+extern int useconf;
+extern char bootdevice[];
+extern char *bootpath;
+extern int bootpartition;
+
+#endif
\ No newline at end of file