devfs_fs_kernel.h 213 B

123456789
  1. #ifndef _LINUX_DEVFS_FS_KERNEL_H
  2. #define _LINUX_DEVFS_FS_KERNEL_H
  3. #include <linux/fs.h>
  4. #include <linux/spinlock.h>
  5. #include <linux/types.h>
  6. #include <asm/semaphore.h>
  7. #endif /* _LINUX_DEVFS_FS_KERNEL_H */