summaryrefslogtreecommitdiffstats
path: root/src/dmihelper.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-06-04 17:40:01 +0200
committerDavid Sommerseth <davids@redhat.com>2009-06-04 17:40:01 +0200
commit842f44f4efff348367ff9be5972def06d899b77b (patch)
tree2995d7147559ef87d193b62d548f63d65d5b7186 /src/dmihelper.h
parent2cf4f28f6fc671478003b31c03b93e070eee9942 (diff)
downloadpython-dmidecode-842f44f4efff348367ff9be5972def06d899b77b.tar.gz
python-dmidecode-842f44f4efff348367ff9be5972def06d899b77b.tar.xz
python-dmidecode-842f44f4efff348367ff9be5972def06d899b77b.zip
Fixed compiling issues after commit 2cf4f28f6fc671478003b31c03b93e070eee9942
Also cleaned up a little bit more, removed more unneeded stuff.
Diffstat (limited to 'src/dmihelper.h')
-rw-r--r--src/dmihelper.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/dmihelper.h b/src/dmihelper.h
index ccf840d..b0816b7 100644
--- a/src/dmihelper.h
+++ b/src/dmihelper.h
@@ -78,14 +78,6 @@ typedef struct _dmi_minor {
struct _dmi_minor *next;
} dmi_minor;
-
-/*** dmiopt.h ***/
-struct string_keyword {
- const char *keyword;
- u8 type;
- u8 offset;
-};
-
/*** dmiopt.h ***/
typedef struct _options {
const char *devmem;