procfs example, S99 symlink

This commit is contained in:
Ciro Santilli
2017-07-27 09:20:40 +01:00
parent ab6cb2626f
commit 4727fadcc8
4 changed files with 60 additions and 1 deletions

View File

@@ -5,9 +5,11 @@
1. Debugging
1. [hello](hello.c)
1. [hello2](hello2.c)
1. [debugfs](debugfs.c)
1. [panic](panic.c)
1. [params](params.c)
1. Pseudo filesystems
1. [debugfs](debugfs.c)
1. [procfs](procfs.c)
1. [fops](fops.c)
1. [ioctl](ioctl.c)
1. [poll](poll.c)