summaryrefslogtreecommitdiff
path: root/lib/ioctl_wrappers.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 19:35:40 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 19:39:47 +0100
commitcd6d5a61b334aac183c85a3d2289f96a0364e911 (patch)
treee4b7590487833ebe4206e6ac6bbca417176f06e2 /lib/ioctl_wrappers.c
parent0e22f14ed642af94db5f0dd7461920274be3361a (diff)
lib: add #include "foo.h" lines like in manpages
Should help in alleviating the header mess we have atm. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/ioctl_wrappers.c')
-rw-r--r--lib/ioctl_wrappers.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ioctl_wrappers.c b/lib/ioctl_wrappers.c
index febfc8b7..147334f3 100644
--- a/lib/ioctl_wrappers.c
+++ b/lib/ioctl_wrappers.c
@@ -63,6 +63,8 @@
* @short_description: ioctl wrappers and related functions
* @title: ioctl wrappers
*
+ * > #include "ioctl_wrappers.h"
+ *
* This helper library contains simple functions to wrap the raw drm/i915 kernel
* ioctls. The normal versions never pass any error codes to the caller and use
* igt_assert() to check for error conditions instead. For some ioctls raw