summaryrefslogtreecommitdiffstats
path: root/discover/hostboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/hostboot.h')
-rw-r--r--discover/hostboot.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/discover/hostboot.h b/discover/hostboot.h
new file mode 100644
index 0000000..cb1e497
--- /dev/null
+++ b/discover/hostboot.h
@@ -0,0 +1,15 @@
+#ifndef HOSTBOOT_H
+#define HOSTBOOT_H
+
+#include "config.h"
+#include <types/types.h>
+
+#ifdef MTD_SUPPORT
+void hostboot_load_versions(struct system_info *info);
+#else
+static inline void hostboot_load_versions(struct system_info *info)
+{
+ (void)info;
+}
+#endif
+#endif /* HOSTBOOT_H */
OpenPOWER on IntegriCloud