]> Git Repo - J-linux.git/blob - arch/microblaze/include/asm/dma.h
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...
[J-linux.git] / arch / microblaze / include / asm / dma.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2006 Atmark Techno, Inc.
4  */
5
6 #ifndef _ASM_MICROBLAZE_DMA_H
7 #define _ASM_MICROBLAZE_DMA_H
8
9 /* Virtual address corresponding to last available physical memory address.  */
10 #define MAX_DMA_ADDRESS (CONFIG_KERNEL_START + memory_size - 1)
11
12 #endif /* _ASM_MICROBLAZE_DMA_H */
This page took 0.024334 seconds and 4 git commands to generate.