auto_fs.h 436 字节
Newer Older
I
Ian Kent 已提交
1 2
/*
 * Copyright 1997 Transmeta Corporation - All Rights Reserved
L
Linus Torvalds 已提交
3 4 5 6
 *
 * 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.
I
Ian Kent 已提交
7
 */
L
Linus Torvalds 已提交
8 9 10 11 12

#ifndef _LINUX_AUTO_FS_H
#define _LINUX_AUTO_FS_H

#include <linux/fs.h>
I
Ian Kent 已提交
13
#include <linux/ioctl.h>
14
#include <uapi/linux/auto_fs.h>
L
Linus Torvalds 已提交
15
#endif /* _LINUX_AUTO_FS_H */