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/dist/drm/radeon Declare radeon_device_...
details: https://anonhg.NetBSD.org/src/rev/d159247cc529
branches: trunk
changeset: 330931:d159247cc529
user: riastradh <riastradh%NetBSD.org@localhost>
date: Fri Jul 25 12:47:18 2014 +0000
description:
Declare radeon_device_private.
Not used right now, but harmless and needed by a local patch and I
accidentally committed the definition already.
diffstat:
sys/external/bsd/drm2/dist/drm/radeon/radeon.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 49ec61ac7c79 -r d159247cc529 sys/external/bsd/drm2/dist/drm/radeon/radeon.h
--- a/sys/external/bsd/drm2/dist/drm/radeon/radeon.h Fri Jul 25 12:35:03 2014 +0000
+++ b/sys/external/bsd/drm2/dist/drm/radeon/radeon.h Fri Jul 25 12:47:18 2014 +0000
@@ -233,6 +233,9 @@
struct radeon_device;
+#ifdef __NetBSD__
+extern struct radeon_device *radeon_device_private(device_t);
+#endif
/*
* BIOS.
Home |
Main Index |
Thread Index |
Old Index