| 112 | } |
| 113 | |
| 114 | static boot_state_t bs_dev_resources(void *arg) |
| 115 | { |
| 116 | timestamp_add_now(TS_DEVICE_CONFIGURE); |
| 117 | |
| 118 | /* Now compute and assign the bus resources. */ |
| 119 | dev_configure(); |
| 120 | |
| 121 | return BS_DEV_ENABLE; |
| 122 | } |
| 123 | |
| 124 | static boot_state_t bs_dev_enable(void *arg) |
| 125 | { |
nothing calls this directly
no test coverage detected