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
Linux 5.7.6
[linux/fpc-iii.git]
/
arch
/
hexagon
/
include
/
asm
/
dma.h
blob
686ae566a71152f9551a24e5fc9eb40a15a1d747
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
4
*/
5
6
#ifndef _ASM_DMA_H
7
#define _ASM_DMA_H
8
9
#include <asm/io.h>
10
11
#define MAX_DMA_CHANNELS 1
12
#define MAX_DMA_ADDRESS (PAGE_OFFSET)
13
14
extern
size_t
hexagon_coherent_pool_size
;
15
16
#endif