| 3 | #include <boot_device.h> |
| 4 | |
| 5 | void __weak boot_device_init(void) |
| 6 | { |
| 7 | /* Provide weak do-nothing init. */ |
| 8 | } |
| 9 | |
| 10 | int __weak boot_device_wp_region(const struct region_device *rd, |
| 11 | const enum bootdev_prot_type type) |
no outgoing calls
no test coverage detected