Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fanotify.h « linux « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cef93ddcc5a0d16f4eccb53b454fb285c464d14b (plain)
1
2
3
4
5
6
7
8
#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 */