summaryrefslogtreecommitdiff
path: root/lib/intel_chipset.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/intel_chipset.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/intel_chipset.c')
-rw-r--r--lib/intel_chipset.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/intel_chipset.c b/lib/intel_chipset.c
index 5ac90d1b..b117e3be 100644
--- a/lib/intel_chipset.c
+++ b/lib/intel_chipset.c
@@ -45,6 +45,8 @@
* @short_description: Feature macros and chipset helpers
* @title: intel chipset
*
+ * > #include "intel_chipset.h"
+ *
* This library mostly provides feature macros which use raw pci device ids. It
* also provides a few more helper functions to handle pci devices, chipset
* detection and related issues.