2017-11-01 15:09:13 +01:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
|
2016-03-15 14:58:25 -07:00
|
|
|
/*
|
2005-04-16 15:20:36 -07:00
|
|
|
* Copyright 1999-2000 Jeremy Fitzhardinge <jeremy@goop.org>
|
|
|
|
|
*
|
|
|
|
|
* 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.
|
|
|
|
|
*/
|
|
|
|
|
|
2018-06-07 17:11:05 -07:00
|
|
|
#ifndef _UAPI_LINUX_AUTO_FS4_H
|
|
|
|
|
#define _UAPI_LINUX_AUTO_FS4_H
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
|
#include <linux/auto_fs.h>
|
|
|
|
|
|
2018-06-07 17:11:05 -07:00
|
|
|
#endif /* _UAPI_LINUX_AUTO_FS4_H */
|