X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fhostboot.h;fp=discover%2Fhostboot.h;h=cb1e497ccb0f07efe29eb2b6339d94cc3dc17f79;hp=0000000000000000000000000000000000000000;hb=d974c3c39237c8e94bb3a51d3511d18dea01043e;hpb=aaeba8e515e6b3416718b7feac985f01fb948b8f 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 + +#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 */