Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/external/bsd/drm2/include/linux Namespace Linux symbols.
details: https://anonhg.NetBSD.org/src/rev/27488a2a96d8
branches: trunk
changeset: 365807:27488a2a96d8
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 06:49:42 2018 +0000
description:
Namespace Linux symbols.
diffstat:
sys/external/bsd/drm2/include/linux/dmi.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 5feedea586f0 -r 27488a2a96d8 sys/external/bsd/drm2/include/linux/dmi.h
--- a/sys/external/bsd/drm2/include/linux/dmi.h Mon Aug 27 06:49:23 2018 +0000
+++ b/sys/external/bsd/drm2/include/linux/dmi.h Mon Aug 27 06:49:42 2018 +0000
@@ -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 @@
#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[]);
Home |
Main Index |
Thread Index |
Old Index