diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2023-01-09 00:14:20 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-01-09 19:53:08 +0100 |
commit | 9d2dfdd0727ae6b3029ca36a940d68c435011b92 (patch) | |
tree | 143a14ce5c9284590d16ce5a66d6c2607438740a /Makefrag.am | |
parent | 6777cf5650d6989fcee000780a71c05e9426526e (diff) | |
download | gnumach-9d2dfdd0727ae6b3029ca36a940d68c435011b92.tar.gz gnumach-9d2dfdd0727ae6b3029ca36a940d68c435011b92.tar.bz2 gnumach-9d2dfdd0727ae6b3029ca36a940d68c435011b92.zip |
Export input structures used by Hurd in device/input.h.
Also delete sys/ioctl.h and merge it with device/input.h since it is
only needed here.
Message-Id: <Y7uirJzaJeOBzAmq@jupiter.tail36e24.ts.net>
Diffstat (limited to 'Makefrag.am')
-rw-r--r-- | Makefrag.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefrag.am b/Makefrag.am index c778ed80..e2b4a3ba 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -364,6 +364,7 @@ include_device_HEADERS = \ include/device/device_types.defs \ include/device/device_types.h \ include/device/disk_status.h \ + include/device/input.h \ include/device/net_status.h \ include/device/notify.defs \ include/device/notify.h \ |