Module Name: src
Committed By: riastradh
Date: Mon Aug 27 06:49:42 UTC 2018
Modified Files:
src/sys/external/bsd/drm2/include/linux: dmi.h
Log Message:
Namespace Linux symbols.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/include/linux/dmi.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/drm2/include/linux/dmi.h
diff -u src/sys/external/bsd/drm2/include/linux/dmi.h:1.4 src/sys/external/bsd/drm2/include/linux/dmi.h:1.5
--- src/sys/external/bsd/drm2/include/linux/dmi.h:1.4 Mon Aug 27 06:43:10 2018
+++ src/sys/external/bsd/drm2/include/linux/dmi.h Mon Aug 27 06:49:42 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: dmi.h,v 1.4 2018/08/27 06:43:10 riastradh Exp $ */
+/* $NetBSD: dmi.h,v 1.5 2018/08/27 06:49:42 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -68,6 +68,9 @@ struct dmi_system_id {
#define DMI_MATCH(a, b) {(a), (b)}
#define DMI_EXACT_MATCH(a, b) {(a), (b)}
+#define dmi_check_system linux_dmi_check_system
+#define dmi_match linux_dmi_match
+
int dmi_check_system(const struct dmi_system_id *list);
bool dmi_match(enum dmi_field, const char[]);