2016-03-16 05:58:25 +08:00
|
|
|
/*
|
|
|
|
* Copyright 1997 Transmeta Corporation - All Rights Reserved
|
2005-04-17 06:20:36 +08:00
|
|
|
*
|
|
|
|
* 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.
|
2016-03-16 05:58:25 +08:00
|
|
|
*/
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
#ifndef _LINUX_AUTO_FS_H
|
|
|
|
#define _LINUX_AUTO_FS_H
|
|
|
|
|
|
|
|
#include <linux/fs.h>
|
2009-04-01 06:24:45 +08:00
|
|
|
#include <linux/ioctl.h>
|
2012-10-13 17:46:48 +08:00
|
|
|
#include <uapi/linux/auto_fs.h>
|
2005-04-17 06:20:36 +08:00
|
|
|
#endif /* _LINUX_AUTO_FS_H */
|