mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
Document PgUp, pci.sh request fact irq
This commit is contained in:
@@ -15,6 +15,8 @@ conlicts with other devices.
|
||||
|
||||
Then we need to check /proc/devices to find out the assigned number,
|
||||
and use that for the mknod.
|
||||
|
||||
- https://unix.stackexchange.com/questions/37829/understanding-character-device-or-character-special-files/371758#371758
|
||||
*/
|
||||
|
||||
#include <asm/uaccess.h> /* copy_from_user, copy_to_user */
|
||||
|
||||
Reference in New Issue
Block a user