diff options
Diffstat (limited to 'dmidecode.h')
-rw-r--r-- | dmidecode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dmidecode.h b/dmidecode.h index b4053f1..ab4f820 100644 --- a/dmidecode.h +++ b/dmidecode.h @@ -27,7 +27,8 @@ struct dmi_header { }; const char *dmi_dump(struct dmi_header *h, char *_); -void dmi_decode(struct dmi_header *h, u16 ver, PyObject *pydata); +//void dmi_decode(struct dmi_header *h, u16 ver, PyObject *pydata); +PyObject* dmi_decode(struct dmi_header *h, u16 ver); int address_from_efi(size_t *address, char *_); void to_dmi_header(struct dmi_header *h, u8 *data); int smbios_decode(u8 *buf, const char *devmem, PyObject* pydata); |