diff options
Diffstat (limited to 'dmidecode.h')
-rw-r--r-- | dmidecode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dmidecode.h b/dmidecode.h index 62779ca..ddf9897 100644 --- a/dmidecode.h +++ b/dmidecode.h @@ -38,3 +38,5 @@ void dmi_system_uuid(u8 *p); const char *dmi_chassis_type(u8 code); const char *dmi_processor_family(u8 code); void dmi_processor_frequency(u8 *p); + +int submain(int argc, char * const argv[]); |