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 include guard for async.h
details: https://anonhg.NetBSD.org/src/rev/4c3e3b6394a5
branches: trunk
changeset: 365700:4c3e3b6394a5
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Aug 27 06:07:07 2018 +0000
description:
include guard for async.h
Author: coypu <coypu%sdf.org@localhost>
Committer: Taylor R Campbell <riastradh%NetBSD.org@localhost>
diffstat:
sys/external/bsd/drm2/include/linux/async.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 017026941f58 -r 4c3e3b6394a5 sys/external/bsd/drm2/include/linux/async.h
--- a/sys/external/bsd/drm2/include/linux/async.h Mon Aug 27 06:06:55 2018 +0000
+++ b/sys/external/bsd/drm2/include/linux/async.h Mon Aug 27 06:07:07 2018 +0000
@@ -1,3 +1,8 @@
+#ifndef _LINUX_ASYNC_H_
+#define _LINUX_ASYNC_H_
+
typedef struct async_cookie_t {
} async_cookie_t;
+#endif /* _LINUX_ASYNC_H_ */
+
Home |
Main Index |
Thread Index |
Old Index