Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _LINUX_DEVFS_FS_KERNEL_H |
| 2 | #define _LINUX_DEVFS_FS_KERNEL_H |
| 3 | |
| 4 | #include <linux/fs.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | #include <linux/spinlock.h> |
| 6 | #include <linux/types.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | #include <asm/semaphore.h> |
| 8 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | static inline int devfs_mk_cdev(dev_t dev, umode_t mode, const char *fmt, ...) |
| 10 | { |
| 11 | return 0; |
| 12 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | static inline void devfs_remove(const char *fmt, ...) |
| 14 | { |
| 15 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | #endif /* _LINUX_DEVFS_FS_KERNEL_H */ |