diff options
| author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-10-29 07:10:24 +0000 |
|---|---|---|
| committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-10-29 07:10:24 +0000 |
| commit | 912c8ba257f0c0b05b3d5916da203bc8566c83af (patch) | |
| tree | 41949d273ca6c46bcae8495c6ad6dd17838c89ed /dmidecodemodule.h | |
| parent | e308e170fc844c8b4454384873497f52f0d37ae7 (diff) | |
Recoded the new work from upstream into these (main) files. The options to
dump the memory image onto file, and read back from it has not yet been
worked in, but the underlying work has been completed.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@83 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'dmidecodemodule.h')
| -rw-r--r-- | dmidecodemodule.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dmidecodemodule.h b/dmidecodemodule.h index 6143379..0be61b3 100644 --- a/dmidecodemodule.h +++ b/dmidecodemodule.h @@ -16,8 +16,7 @@ #define EFI_NOT_FOUND (-1) #define EFI_NO_SMBIOS (-2) -#include "global.h" -#include "catsprintf.h" +#include "dmihelper.h" extern const char *dmi_dump(struct dmi_header *h, char *_); //extern void dmi_decode(struct dmi_header *h, u16 ver, PyObject* pydata); |
