repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
crossgcc: Upgrade CMake from 3.29.3 to 3.30.2
[coreboot.git]
/
src
/
arch
/
x86
/
dma.c
blob
b39ac2ce30105e7b9c17679bb08f2e962953e923
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <stdlib.h>
4
5
int
dma_coherent
(
const void
*
ptr
)
6
{
7
return
1
;
8
}