Greg Kroah-Hartman | e2be04c | 2017-11-01 15:09:13 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ |
Ian Kent | e9a7c2f | 2016-03-15 14:58:25 -0700 | [diff] [blame] | 2 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | * Copyright 1999-2000 Jeremy Fitzhardinge <jeremy@goop.org> |
| 4 | * |
| 5 | * This file is part of the Linux kernel and is made available under |
| 6 | * the terms of the GNU General Public License, version 2, or at your |
| 7 | * option, any later version, incorporated herein by reference. |
| 8 | */ |
| 9 | |
Ian Kent | ef8b42f | 2018-06-07 17:11:05 -0700 | [diff] [blame] | 10 | #ifndef _UAPI_LINUX_AUTO_FS4_H |
| 11 | #define _UAPI_LINUX_AUTO_FS4_H |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | #include <linux/auto_fs.h> |
| 14 | |
Ian Kent | ef8b42f | 2018-06-07 17:11:05 -0700 | [diff] [blame] | 15 | #endif /* _UAPI_LINUX_AUTO_FS4_H */ |