diff options
author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-10-31 10:24:41 +0000 |
---|---|---|
committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-10-31 10:24:41 +0000 |
commit | 24f10bb094c9831f4133d488d0af90dc2a83590f (patch) | |
tree | 86331f5b15e595497dd753b38f113b21ab56b563 /dmidecode.h | |
parent | 34ed409541219e8239a5826849ef36d8f4a05eb9 (diff) | |
download | python-dmidecode-24f10bb094c9831f4133d488d0af90dc2a83590f.tar.gz python-dmidecode-24f10bb094c9831f4133d488d0af90dc2a83590f.tar.xz python-dmidecode-24f10bb094c9831f4133d488d0af90dc2a83590f.zip |
Cleanup.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@96 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'dmidecode.h')
-rw-r--r-- | dmidecode.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dmidecode.h b/dmidecode.h index 860f212..c8206cc 100644 --- a/dmidecode.h +++ b/dmidecode.h @@ -27,7 +27,6 @@ struct dmi_header { }; PyObject *dmi_dump(struct dmi_header *h); -//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); void to_dmi_header(struct dmi_header *h, u8 *data); @@ -39,5 +38,3 @@ const char *dmi_system_uuid(u8 *p); PyObject *dmi_system_uuid_py(const u8 *p, u16 ver); const char *dmi_chassis_type(u8 code); int dmi_processor_frequency(const u8 *p); - -int submain(int argc, char * const argv[]); |