blob: fcd704d354c4c345d0c91aa4ebcb2f811b3851fa [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/* -*- 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
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#ifndef _LINUX_AUTO_FS_H
14#define _LINUX_AUTO_FS_H
15
Linus Torvalds1da177e2005-04-16 15:20:36 -070016#include <linux/fs.h>
17#include <linux/limits.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070018#include <linux/ioctl.h>
David Howells607ca462012-10-13 10:46:48 +010019#include <uapi/linux/auto_fs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#endif /* _LINUX_AUTO_FS_H */