repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git]
/
arch
/
x86
/
include
/
asm
/
dma-contiguous.h
blob
b4b38bacb404090f4ac6f1679553877ab702f414
1
#ifndef ASMX86_DMA_CONTIGUOUS_H
2
#define ASMX86_DMA_CONTIGUOUS_H
3
4
#ifdef __KERNEL__
5
6
#include <linux/types.h>
7
8
static
inline
void
9
dma_contiguous_early_fixup
(
phys_addr_t base
,
unsigned long
size
) { }
10
11
#endif
12
#endif