summaryrefslogtreecommitdiff
path: root/rust/kernel/miscdevice.rs
AgeCommit message (Expand)Author
2025-01-13rust: kernel: change `ForeignOwnable` pointer to mutTamir Duberstein
2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda
2025-01-10rust: use the `build_error!` macro, not the hidden functionMiguel Ojeda
2024-12-16rust: map `long` to `isize` and `char` to `u8`Gary Guo
2024-12-16rust: finish using custom FFI integer typesMiguel Ojeda
2024-10-22rust: miscdevice: add missing safety commentsAlice Ryhl
2024-10-15rust: miscdevice: fix warning on c_uint to u32 castAlice Ryhl
2024-10-09rust: miscdevice: add base miscdevice abstractionAlice Ryhl