nlm: Ensure callback code also checks that the files match
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / auto_fs.h
CommitLineData
1da177e4
LT
1/* -*- 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
1da177e4
LT
13#ifndef _LINUX_AUTO_FS_H
14#define _LINUX_AUTO_FS_H
15
1da177e4
LT
16#include <linux/fs.h>
17#include <linux/limits.h>
79955898 18#include <linux/ioctl.h>
607ca46e 19#include <uapi/linux/auto_fs.h>
1da177e4 20#endif /* _LINUX_AUTO_FS_H */