diff options
Diffstat (limited to 'hurd/ioctl-tmpl.sym')
-rw-r--r-- | hurd/ioctl-tmpl.sym | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hurd/ioctl-tmpl.sym b/hurd/ioctl-tmpl.sym new file mode 100644 index 00000000..8029ec00 --- /dev/null +++ b/hurd/ioctl-tmpl.sym @@ -0,0 +1,13 @@ +/* This file is used by the Makefile rules for generating + Xioctl-proto.defs, see Makefile for details. */ + +#include <sys/ioctl.h> +#include <hurd/ioctls.defs> + +#include "ioctl-decode.h" + +#include "@HEADER_LIST@" +#define GROUPCHAR '@GROUP@' + +expr GROUPCHAR GROUP +expr IOC_GROUP_SUBSYSTEM(GROUPCHAR) SUBSYSTEM |