From 912c8ba257f0c0b05b3d5916da203bc8566c83af Mon Sep 17 00:00:00 2001 From: nima Date: Wed, 29 Oct 2008 07:10:24 +0000 Subject: 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 --- dmidecodemodule.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dmidecodemodule.h') 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); -- cgit