aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew Parsons <dparsons@debian.org>2006-10-06 10:56:24 +1000
committerDrew Parsons <dparsons@debian.org>2006-10-06 10:56:24 +1000
commit5c5ef3fbd6eb0b668139df3ff5eda67766e86dcd (patch)
treee1d93e08b32c48e97a6121c6d09106cc49f949c0
parentMake some debugging messages optional. (diff)
downloadxf86-input-evdev-5c5ef3fbd6eb0b668139df3ff5eda67766e86dcd.tar.gz
xf86-input-evdev-5c5ef3fbd6eb0b668139df3ff5eda67766e86dcd.tar.bz2
xf86-input-evdev-5c5ef3fbd6eb0b668139df3ff5eda67766e86dcd.zip
m68k support (thanks Geert Uytterhoeven for the inotify codes).
-rw-r--r--src/inotify-syscalls.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inotify-syscalls.h b/src/inotify-syscalls.h
index 7c68bc6..296da90 100644
--- a/src/inotify-syscalls.h
+++ b/src/inotify-syscalls.h
@@ -57,6 +57,10 @@
# define __NR_inotify_add_watch 5244
# define __NR_inotify_rm_watch 5245
# endif
+#elif defined (__mc68000__)
+# define __NR_inotify_init 284
+# define __NR_inotify_add_watch 285
+# define __NR_inotify_rm_watch 286
#else
# error "Unsupported architecture!"
#endif