Searched refs:hal_t (Results 1 – 2 of 2) sorted by relevance
16 typedef enum { HAL_CMOS, HAL_MEMORY } hal_t; typedef17 void select_hal(hal_t hal, void *data);
21 void select_hal(hal_t hal, void *data) in select_hal()