linux/rust/kernel
Viktor Garske 266def2a0f rust: error: add codes from errno-base.h
Only a few codes were added so far. With the `declare_err!`
macro in place, add the remaining ones (which is most of them)
from `include/uapi/asm-generic/errno-base.h`.

Co-developed-by: Wedson Almeida Filho <wedsonaf@gmail.com>
Signed-off-by: Wedson Almeida Filho <wedsonaf@gmail.com>
Signed-off-by: Viktor Garske <viktor@v-gar.de>
Reviewed-by: Gary Guo <gary@garyguo.net>
[Reworded, adapted for upstream and applied latest changes]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2022-12-04 01:59:15 +01:00
..
allocator.rs rust: add kernel crate 2022-09-28 08:58:24 +02:00
error.rs rust: error: add codes from errno-base.h 2022-12-04 01:59:15 +01:00
lib.rs rust: add kernel crate 2022-09-28 08:58:24 +02:00
prelude.rs rust: macros: add #[vtable] proc macro 2022-12-04 01:59:15 +01:00
print.rs rust: print: add pr_cont! macro 2022-12-01 20:12:44 +01:00
str.rs rust: add kernel crate 2022-09-28 08:58:24 +02:00