]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/cdev.h
Hibernation: Introduce begin() and end() callbacks
[linux-2.6-omap-h63xx.git] / include / linux / cdev.h
index ee5f53f2ca15a171c74cf3ec392b2b407dc22b8c..1e29b13d00621ee32fcb50f1e08b4dd93b62afcd 100644 (file)
@@ -2,6 +2,14 @@
 #define _LINUX_CDEV_H
 #ifdef __KERNEL__
 
+#include <linux/kobject.h>
+#include <linux/kdev_t.h>
+#include <linux/list.h>
+
+struct file_operations;
+struct inode;
+struct module;
+
 struct cdev {
        struct kobject kobj;
        struct module *owner;