mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Prototype busdma callback using the typedef.
This commit is contained in:
parent
a34891c667
commit
42eb5bb725
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139689
@ -161,7 +161,7 @@ static void sis_reset (struct sis_softc *);
|
||||
static int sis_list_rx_init (struct sis_softc *);
|
||||
static int sis_list_tx_init (struct sis_softc *);
|
||||
|
||||
static void sis_dma_map_desc_ptr (void *, bus_dma_segment_t *, int, int);
|
||||
static bus_dmamap_callback_t sis_dma_map_desc_ptr;
|
||||
static void sis_dma_map_desc_next (void *, bus_dma_segment_t *, int, int);
|
||||
static void sis_dma_map_ring (void *, bus_dma_segment_t *, int, int);
|
||||
#ifdef SIS_USEIOSPACE
|
||||
|
Loading…
Reference in New Issue
Block a user