diff options
author | Lee Jones <lee@kernel.org> | 2024-12-13 16:47:07 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-12-16 18:12:45 +0300 |
commit | fdb1ac6c302689b286eca9bb7247111bffc7db17 (patch) | |
tree | 47ef15916d285fe8e8c9bcc32ce13e1f817a8052 /rust/helpers/rcu.c | |
parent | 4a9ce18874068aad0df0bee877d6cdbc26365b30 (diff) | |
download | linux-fdb1ac6c302689b286eca9bb7247111bffc7db17.tar.xz |
samples: rust: Provide example using the new Rust MiscDevice abstraction
This sample driver demonstrates the following basic operations:
* Register a Misc Device
* Create /dev/rust-misc-device
* Provide open call-back for the aforementioned character device
* Operate on the character device via a simple ioctl()
* Provide close call-back for the character device
Signed-off-by: Lee Jones <lee@kernel.org>
Reviewed-by: Danilo Krummrich <dakr@kernel.org>
Link: https://lore.kernel.org/r/20241213134715.601415-3-lee@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'rust/helpers/rcu.c')
0 files changed, 0 insertions, 0 deletions