Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
root_dev.h
Go to the documentation of this file.
1 #ifndef _ROOT_DEV_H_
2 #define _ROOT_DEV_H_
3 
4 #include <linux/major.h>
5 #include <linux/types.h>
6 #include <linux/kdev_t.h>
7 
8 enum {
19 };
20 
21 extern dev_t ROOT_DEV;
22 
23 #endif