| 142 | } |
| 143 | |
| 144 | static boot_state_t bs_post_device(void *arg) |
| 145 | { |
| 146 | dev_finalize(); |
| 147 | timestamp_add_now(TS_DEVICE_DONE); |
| 148 | |
| 149 | return BS_OS_RESUME_CHECK; |
| 150 | } |
| 151 | |
| 152 | static boot_state_t bs_os_resume_check(void *arg) |
| 153 | { |
nothing calls this directly
no test coverage detected