linux/arch/powerpc/include/asm/crash_reserve.h

9 lines
248 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_POWERPC_CRASH_RESERVE_H
#define _ASM_POWERPC_CRASH_RESERVE_H
/* crash kernel regions are Page size agliged */
#define CRASH_ALIGN PAGE_SIZE
#endif /* _ASM_POWERPC_CRASH_RESERVE_H */