Blame view

include/linux/auto_fs.h 657 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
7
8
9
10
11
  /* -*- linux-c -*- ------------------------------------------------------- *
   *   
   * linux/include/linux/auto_fs.h
   *
   *   Copyright 1997 Transmeta Corporation - All Rights Reserved
   *
   * This file is part of the Linux kernel and is made available under
   * the terms of the GNU General Public License, version 2, or at your
   * option, any later version, incorporated herein by reference.
   *
   * ----------------------------------------------------------------------- */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
12
13
  #ifndef _LINUX_AUTO_FS_H
  #define _LINUX_AUTO_FS_H
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
14
15
  #include <linux/fs.h>
  #include <linux/limits.h>
79955898f   Ian Kent   autofs4: fix kern...
16
  #include <linux/ioctl.h>
607ca46e9   David Howells   UAPI: (Scripted) ...
17
  #include <uapi/linux/auto_fs.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
18
  #endif /* _LINUX_AUTO_FS_H */