blob: 096c96f4f16af0f94a54e5e237e3f36fe9883778 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Eric Parisff0b16a2009-12-17 21:24:25 -05002#ifndef _LINUX_FANOTIFY_H
3#define _LINUX_FANOTIFY_H
4
David Howells607ca462012-10-13 10:46:48 +01005#include <uapi/linux/fanotify.h>
Eric Parisff0b16a2009-12-17 21:24:25 -05006
Eric Paris8fcd6522010-10-28 17:21:59 -04007/* not valid from userspace, only kernel internal */
8#define FAN_MARK_ONDIR 0x00000100
Eric Parisff0b16a2009-12-17 21:24:25 -05009#endif /* _LINUX_FANOTIFY_H */