diff options
Diffstat (limited to 'dmioem.h')
| -rw-r--r-- | dmioem.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -19,7 +19,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include "types.h" + struct dmi_header; void dmi_set_vendor(const char *s, const char *p); -int dmi_decode_oem(const struct dmi_header *h); +int dmi_decode_oem(const struct dmi_header *h, u16 ver); |
