Changeset 647 for trunk/hal/generic
- Timestamp:
- Oct 22, 2019, 1:48:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/generic/hal_drivers.h
r346 r647 25 25 #include <chdev.h> 26 26 27 void hal_drivers_txt_init( chdev_t *txt, uint32_t impl);27 void hal_drivers_txt_init( chdev_t * txt ); 28 28 29 void hal_drivers_pic_init( chdev_t *pic, uint32_t impl);29 void hal_drivers_pic_init( chdev_t * pic ); 30 30 31 void hal_drivers_iob_init( chdev_t *iob, uint32_t impl);31 void hal_drivers_iob_init( chdev_t * iob ); 32 32 33 void hal_drivers_ioc_init( chdev_t *ioc, uint32_t impl);33 void hal_drivers_ioc_init( chdev_t * ioc ); 34 34 35 void hal_drivers_mmc_init( chdev_t *mmc, uint32_t impl);35 void hal_drivers_mmc_init( chdev_t * mmc ); 36 36 37 void hal_drivers_nic_init( chdev_t *nic, uint32_t impl);37 void hal_drivers_nic_init( chdev_t * nic ); 38 38 39 void hal_drivers_dma_init(chdev_t *dma, uint32_t impl); 39 void hal_drivers_dma_init( chdev_t * dma ); 40 41 void hal_drivers_fbf_init( chdev_t * fbf ); 40 42 41 43 #endif /* HAL_DRIVERS_H_ */
Note: See TracChangeset
for help on using the changeset viewer.