devfs_fs_kernel.h 271 B

123456789101112
  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. static inline void devfs_remove(const char *fmt, ...)
  8. {
  9. }
  10. #endif /* _LINUX_DEVFS_FS_KERNEL_H */