blob: b8f814c95cf5108df246902b86e4d06072c1c70e [file] [log] [blame]
Ian Kente9a7c2f2016-03-15 14:58:25 -07001/*
2 * Copyright 1997 Transmeta Corporation - All Rights Reserved
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 *
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.
Ian Kente9a7c2f2016-03-15 14:58:25 -07007 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07008
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#ifndef _LINUX_AUTO_FS_H
10#define _LINUX_AUTO_FS_H
11
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#include <linux/fs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#include <linux/ioctl.h>
David Howells607ca462012-10-13 10:46:48 +010014#include <uapi/linux/auto_fs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070015#endif /* _LINUX_AUTO_FS_H */