mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-07 08:48:05 -04:00
8 lines
206 B
C
8 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 */
|