diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-10-17 11:31:58 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-10-17 11:31:58 +0300 |
commit | d7f686bfa3e773cfc7740c707da9fc64196e143c (patch) | |
tree | d71dccb0a4a5a279b53ccf26a6bcffa1ea074c0c /src/inotify-syscalls.h | |
parent | brain: call xf86DeleteInput when removing device (diff) | |
parent | Bump to 1.1.3 (diff) | |
download | xf86-input-evdev-d7f686bfa3e773cfc7740c707da9fc64196e143c.tar.gz xf86-input-evdev-d7f686bfa3e773cfc7740c707da9fc64196e143c.tar.bz2 xf86-input-evdev-d7f686bfa3e773cfc7740c707da9fc64196e143c.zip |
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-evdev into input-hotplug
Diffstat (limited to 'src/inotify-syscalls.h')
-rw-r--r-- | src/inotify-syscalls.h | 4 |
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 |