diff options
| author | FUJITA Tomonori <[email protected]> | 2024-05-01 12:35:48 +0000 |
|---|---|---|
| committer | Miguel Ojeda <[email protected]> | 2024-07-08 20:20:09 +0000 |
| commit | 549d3c2ffbea44fe123a67983fd8b15ab6989d8d (patch) | |
| tree | 992bb03a6ebd2e9b19a62c8a1680ea96c2303cf2 /rust/helpers.c | |
| parent | rust: fix datatype in docs for `module` macro arguments (diff) | |
| download | kernel-549d3c2ffbea44fe123a67983fd8b15ab6989d8d.tar.gz kernel-549d3c2ffbea44fe123a67983fd8b15ab6989d8d.zip | |
rust: add 'firmware' field support to module! macro
This adds 'firmware' field support to module! macro, corresponds to
MODULE_FIRMWARE macro. You can specify the file names of binary
firmware that the kernel module requires. The information is embedded
in the modinfo section of the kernel module. For example, a tool to
build an initramfs uses this information to put the firmware files
into the initramfs image.
Signed-off-by: FUJITA Tomonori <[email protected]>
Reviewed-by: Benno Lossin <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'rust/helpers.c')
0 files changed, 0 insertions, 0 deletions
