summaryrefslogtreecommitdiffstats
path: root/rust/kernel/miscdevice.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein2025-01-131-1/+1
* rust: add `build_error!` to the preludeMiguel Ojeda2025-01-101-2/+2
* rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda2025-01-101-2/+2
* rust: map `long` to `isize` and `char` to `u8`Gary Guo2024-12-161-2/+2
* rust: finish using custom FFI integer typesMiguel Ojeda2024-12-161-6/+2
* rust: miscdevice: add missing safety commentsAlice Ryhl2024-10-221-0/+15
* rust: miscdevice: fix warning on c_uint to u32 castAlice Ryhl2024-10-151-2/+2
* rust: miscdevice: add base miscdevice abstractionAlice Ryhl2024-10-091-0/+241