repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/intel/xeon_sp/spr: Drop microcode constraints
[coreboot2.git]
/
src
/
include
/
pc80
/
isa-dma.h
blob
7c391e99d2cfc80eba90857f9f00f6eb069b2044
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 */