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>
This commit is contained in:
Daniel Vetter
2014-03-22 19:35:40 +01:00
parent 0e22f14ed6
commit cd6d5a61b3
5 changed files with 10 additions and 0 deletions
+2
View File
@@ -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.