blob: 893f952ca40c3937eb9c063cf342abfa5c1a35c1 [file] [log] [blame]
Thomas Gleixnerd6910052019-05-22 09:51:29 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Ian Kente9a7c2f2016-03-15 14:58:25 -07002/*
3 * Copyright 1997 Transmeta Corporation - All Rights Reserved
Ian Kente9a7c2f2016-03-15 14:58:25 -07004 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
Linus Torvalds1da177e2005-04-16 15:20:36 -07006#ifndef _LINUX_AUTO_FS_H
7#define _LINUX_AUTO_FS_H
8
Linus Torvalds1da177e2005-04-16 15:20:36 -07009#include <linux/fs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#include <linux/ioctl.h>
David Howells607ca462012-10-13 10:46:48 +010011#include <uapi/linux/auto_fs.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#endif /* _LINUX_AUTO_FS_H */