xref: /aosp_15_r20/external/coreboot/src/include/pc80/isa-dma.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef PC80_ISA_DMA_H
4 #define PC80_ISA_DMA_H
5 
6 void isa_dma_init(void);
7 
8 #endif /* PC80_ISA_DMA_H */
9