summaryrefslogtreecommitdiffstats
path: root/src/include/pc80/isa-dma.h
blob: 7c391e99d2cfc80eba90857f9f00f6eb069b2044 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef PC80_ISA_DMA_H
#define PC80_ISA_DMA_H

void isa_dma_init(void);

#endif /* PC80_ISA_DMA_H */