blob: ad875e5429ca65a0cb6a207f734269b60121ca71 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/fan_event_flags.in; do not edit. */
2
3static const struct xlat fan_event_flags[] = {
Elliott Hughes0328d0a2015-03-18 11:18:43 -07004#if !(defined(FAN_ACCESS) || (defined(HAVE_DECL_FAN_ACCESS) && HAVE_DECL_FAN_ACCESS))
5# define FAN_ACCESS 0x00000001
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -07007 XLAT(FAN_ACCESS),
8#if !(defined(FAN_MODIFY) || (defined(HAVE_DECL_FAN_MODIFY) && HAVE_DECL_FAN_MODIFY))
9# define FAN_MODIFY 0x00000002
Elliott Hughes82728372014-06-06 22:49:31 -070010#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(FAN_MODIFY),
12#if !(defined(FAN_CLOSE_WRITE) || (defined(HAVE_DECL_FAN_CLOSE_WRITE) && HAVE_DECL_FAN_CLOSE_WRITE))
13# define FAN_CLOSE_WRITE 0x00000008
Elliott Hughes82728372014-06-06 22:49:31 -070014#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070015 XLAT(FAN_CLOSE_WRITE),
16#if !(defined(FAN_CLOSE_NOWRITE) || (defined(HAVE_DECL_FAN_CLOSE_NOWRITE) && HAVE_DECL_FAN_CLOSE_NOWRITE))
17# define FAN_CLOSE_NOWRITE 0x00000010
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070019 XLAT(FAN_CLOSE_NOWRITE),
20#if !(defined(FAN_OPEN) || (defined(HAVE_DECL_FAN_OPEN) && HAVE_DECL_FAN_OPEN))
21# define FAN_OPEN 0x00000020
Elliott Hughes82728372014-06-06 22:49:31 -070022#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(FAN_OPEN),
24#if !(defined(FAN_Q_OVERFLOW) || (defined(HAVE_DECL_FAN_Q_OVERFLOW) && HAVE_DECL_FAN_Q_OVERFLOW))
25# define FAN_Q_OVERFLOW 0x00004000
Elliott Hughes82728372014-06-06 22:49:31 -070026#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070027 XLAT(FAN_Q_OVERFLOW),
28#if !(defined(FAN_OPEN_PERM) || (defined(HAVE_DECL_FAN_OPEN_PERM) && HAVE_DECL_FAN_OPEN_PERM))
29# define FAN_OPEN_PERM 0x00010000
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070031 XLAT(FAN_OPEN_PERM),
32#if !(defined(FAN_ACCESS_PERM) || (defined(HAVE_DECL_FAN_ACCESS_PERM) && HAVE_DECL_FAN_ACCESS_PERM))
33# define FAN_ACCESS_PERM 0x00020000
Elliott Hughes82728372014-06-06 22:49:31 -070034#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070035 XLAT(FAN_ACCESS_PERM),
36#if !(defined(FAN_ONDIR) || (defined(HAVE_DECL_FAN_ONDIR) && HAVE_DECL_FAN_ONDIR))
37# define FAN_ONDIR 0x40000000
Elliott Hughes82728372014-06-06 22:49:31 -070038#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070039 XLAT(FAN_ONDIR),
40#if !(defined(FAN_EVENT_ON_CHILD) || (defined(HAVE_DECL_FAN_EVENT_ON_CHILD) && HAVE_DECL_FAN_EVENT_ON_CHILD))
41# define FAN_EVENT_ON_CHILD 0x08000000
Elliott Hughes82728372014-06-06 22:49:31 -070042#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070043 XLAT(FAN_EVENT_ON_CHILD),
44 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070045};