table of contents
UNCACHE_FIRMWARE(9) | Device drivers infrastructure | UNCACHE_FIRMWARE(9) |
NAME¶
uncache_firmware - remove one cached firmware image
SYNOPSIS¶
int uncache_firmware(const char * fw_name);
ARGUMENTS¶
fw_name
the firmware image name
DESCRIPTION¶
Uncache one firmware image which has been cached successfully before.
Return 0 if the firmware cache has been removed successfully Return !0 otherwise
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |