blob: 2036d2e90987f3fa64c80600bff0612b3bca538a (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef _LINUX_DEVFS_FS_KERNEL_H
#define _LINUX_DEVFS_FS_KERNEL_H
#include <linux/fs.h>
#include <linux/spinlock.h>
#include <linux/types.h>
#include <asm/semaphore.h>
#endif /* _LINUX_DEVFS_FS_KERNEL_H */
|