162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef _M68K_DMA_H 362306a36Sopenharmony_ci#define _M68K_DMA_H 1 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci/* it's useless on the m68k, but unfortunately needed by the new 662306a36Sopenharmony_ci bootmem allocator (but this should do it for this) */ 762306a36Sopenharmony_ci#define MAX_DMA_ADDRESS PAGE_OFFSET 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#endif /* _M68K_DMA_H */ 10