blob: 6d9f003dbce5837edbc86a0ef2f558ded609e5a1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _LINUX_DEVFS_FS_KERNEL_H
2#define _LINUX_DEVFS_FS_KERNEL_H
3
4#include <linux/fs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005#include <linux/spinlock.h>
6#include <linux/types.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07007#include <asm/semaphore.h>
8
Linus Torvalds1da177e2005-04-16 15:20:36 -07009static inline int devfs_mk_cdev(dev_t dev, umode_t mode, const char *fmt, ...)
10{
11 return 0;
12}
Linus Torvalds1da177e2005-04-16 15:20:36 -070013static inline void devfs_remove(const char *fmt, ...)
14{
15}
Linus Torvalds1da177e2005-04-16 15:20:36 -070016#endif /* _LINUX_DEVFS_FS_KERNEL_H */