9 lines
206 B
C
9 lines
206 B
C
#ifndef _LINUX_FANOTIFY_H
|
|
#define _LINUX_FANOTIFY_H
|
|
|
|
#include <uapi/linux/fanotify.h>
|
|
|
|
/* not valid from userspace, only kernel internal */
|
|
#define FAN_MARK_ONDIR 0x00000100
|
|
#endif /* _LINUX_FANOTIFY_H */
|