auto_fs.h 436 B

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