This commit is contained in:
Ciro Santilli
2017-07-27 15:10:00 +01:00
parent 4727fadcc8
commit 75afeba635
3 changed files with 96 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
1. Pseudo filesystems
1. [debugfs](debugfs.c)
1. [procfs](procfs.c)
1. [sysfs](sysfs.c)
1. [fops](fops.c)
1. [ioctl](ioctl.c)
1. [poll](poll.c)