blob: cef93ddcc5a0d16f4eccb53b454fb285c464d14b [file] [log] [blame]
Eric Parisff0b16a2009-12-17 21:24:25 -05001#ifndef _LINUX_FANOTIFY_H
2#define _LINUX_FANOTIFY_H
3
David Howells607ca462012-10-13 10:46:48 +01004#include <uapi/linux/fanotify.h>
Eric Parisff0b16a2009-12-17 21:24:25 -05005
Eric Paris8fcd6522010-10-28 17:21:59 -04006/* not valid from userspace, only kernel internal */
7#define FAN_MARK_ONDIR 0x00000100
Eric Parisff0b16a2009-12-17 21:24:25 -05008#endif /* _LINUX_FANOTIFY_H */