diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2026-03-10 09:31:17 +0100 |
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2026-03-10 09:31:17 +0100 |
| commit | 22f77b46ab555f57523990094a3e40a55f2c492a (patch) | |
| tree | 0b2dad175ecf9514c5c9d8fb9473010c2337a3b3 /dmioem.h | |
| parent | c9aac994d65f7bcc3659e3219d6729a24c803fcf (diff) | |
New upstream version 3.7upstream/3.7upstream
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); |
