diff options
Diffstat (limited to 'src/dmihelper.h')
-rw-r--r-- | src/dmihelper.h | 8 |
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; |