1 2 3 4 5 6 7 8 9 10 11 12
/* Public domain. */ #ifndef _LINUX_DMI_H #define _LINUX_DMI_H #include <sys/types.h> #include <linux/mod_devicetable.h> int dmi_check_system(const struct dmi_system_id *); bool dmi_match(int, const char *); #endif