X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=discover%2Fsysinfo.h;fp=discover%2Fsysinfo.h;h=2764784d57c0900b321625e2298a27ad4efdb266;hb=bc4114e2235163bd88456c25cc0a908d86151f93;hp=0000000000000000000000000000000000000000;hpb=ab7076882bc49d895209bf0ecb84e4003e034dd9;p=petitboot diff --git a/discover/sysinfo.h b/discover/sysinfo.h new file mode 100644 index 0000000..2764784 --- /dev/null +++ b/discover/sysinfo.h @@ -0,0 +1,16 @@ +#ifndef SYSINFO_H +#define SYSINFO_H + +#include + +struct discover_server; + +const struct system_info *system_info_get(void); + +void system_info_register_interface(unsigned hwaddr_size, uint8_t *hwaddr, + const char *name); + +void system_info_init(struct discover_server *server); + +#endif /* SYSINFO_H */ +