auto_fs.h 657 B

1234567891011121314151617181920
  1. /* -*- linux-c -*- ------------------------------------------------------- *
  2. *
  3. * linux/include/linux/auto_fs.h
  4. *
  5. * Copyright 1997 Transmeta Corporation - All Rights Reserved
  6. *
  7. * This file is part of the Linux kernel and is made available under
  8. * the terms of the GNU General Public License, version 2, or at your
  9. * option, any later version, incorporated herein by reference.
  10. *
  11. * ----------------------------------------------------------------------- */
  12. #ifndef _LINUX_AUTO_FS_H
  13. #define _LINUX_AUTO_FS_H
  14. #include <linux/fs.h>
  15. #include <linux/limits.h>
  16. #include <linux/ioctl.h>
  17. #include <uapi/linux/auto_fs.h>
  18. #endif /* _LINUX_AUTO_FS_H */