| 13 | int cmos_post_previous_boot(u8 *code, u32 *extra); |
| 14 | |
| 15 | static inline void post_log_path(const struct device *dev) |
| 16 | { |
| 17 | if (CONFIG(CMOS_POST) && dev) |
| 18 | cmos_post_path(dev); |
| 19 | } |
| 20 | |
| 21 | static inline void post_log_clear(void) |
| 22 | { |
no test coverage detected