aboutsummaryrefslogtreecommitdiff
path: root/acpi/main.c
diff options
context:
space:
mode:
authorZhaoming Luo <zhmingluo@163.com>2024-11-08 11:16:19 +0800
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-11-08 19:16:20 +0100
commit9e943599f1b16cc7c60628c504f082f7de6c6449 (patch)
tree799de820bdbc8207406bb05d3933cdea581911b3 /acpi/main.c
parent00b1784c3a3d90e1abac40b6c7de3ebbbb05b6a2 (diff)
downloadhurd-9e943599f1b16cc7c60628c504f082f7de6c6449.tar.gz
hurd-9e943599f1b16cc7c60628c504f082f7de6c6449.tar.bz2
hurd-9e943599f1b16cc7c60628c504f082f7de6c6449.zip
Comment fixes
I don't think ioctls.h is a good place looking for the subsystem id calculation, instead hurd/ioctls.defs, it contains the following codes: ``` /* Calculate the MiG subsystem (i.e. first message ID) for the RPCs produced by ioctl requests in the given group. */ #define IOC_GROUP_SUBSYSTEM(group) (100000 + ((group) - 'f') * 4000) ``` Message-ID: <20241108031619.312288-1-zhmingluo@163.com>
Diffstat (limited to 'acpi/main.c')
0 files changed, 0 insertions, 0 deletions