summaryrefslogtreecommitdiffstats
path: root/dmidecodemodule.h
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-07-01 07:05:57 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-07-01 07:05:57 +0000
commita7a5cb531b86a75265f106b91d7033e45d754612 (patch)
tree2550a0c9adc95d3e6286b9ec69fd057491ac8064 /dmidecodemodule.h
parent2a070d8c8e3ea6ca24684a62016a46d928481eb7 (diff)
downloadpython-dmidecode-a7a5cb531b86a75265f106b91d7033e45d754612.tar.gz
python-dmidecode-a7a5cb531b86a75265f106b91d7033e45d754612.tar.xz
python-dmidecode-a7a5cb531b86a75265f106b91d7033e45d754612.zip
Removed junk comments.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@6 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'dmidecodemodule.h')
-rw-r--r--dmidecodemodule.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/dmidecodemodule.h b/dmidecodemodule.h
index cf747de..a1acf78 100644
--- a/dmidecodemodule.h
+++ b/dmidecodemodule.h
@@ -16,15 +16,9 @@
#define EFI_NOT_FOUND (-1)
#define EFI_NO_SMBIOS (-2)
-#include "catsprintf.h"
#include "global.h"
+#include "catsprintf.h"
-//http://docs.python.org/api/sequence.html#l2h-338
-// NeuralNuts: you usually use PySquence_Fast() combined with
-// PySquence_Fast_GET_ITEM, but since you know you have a tuple,
-// PySequence_ITEM or PyTuple_GET_ITEM will be fine.
-//
-//
extern void dmi_dump(struct dmi_header *h, const char *prefix);
extern void dmi_decode(struct dmi_header *h, u16 ver);
extern int address_from_efi(size_t *address);
@@ -34,4 +28,3 @@ extern int smbios_decode(u8 *buf, const char *devmem);
extern int legacy_decode(u8 *buf, const char *devmem);
extern void *mem_chunk(size_t base, size_t len, const char *devmem);
extern int main(int argc, char* const argv[]);
-