lkmpg/examples/other
linD026 d8216ff7b6
Fix incoherent ioctl examples (#139)
Previously ioctl.c is a userspace program for chardev2.c and chardev.h [1].
But now, this file is an independent kernel module, and the original code
disappear.
This patch adds back the original userspace code and renames it to
userspace_ioctl.c.

[1] https://tldp.org/LDP/lkmpg/2.4/html/x856.html
2022-02-21 00:53:29 +08:00
..
cat_nonblock.c Enforce consistent style for directory "other" (#89) 2021-09-02 16:26:29 +08:00
userspace_ioctl.c Fix incoherent ioctl examples (#139) 2022-02-21 00:53:29 +08:00