10 lines
190 B
C
10 lines
190 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _ASM_SW64_SPARSEMEM_H
|
|
#define _ASM_SW64_SPARSEMEM_H
|
|
|
|
#include <asm/memory.h>
|
|
|
|
#define SECTION_SIZE_BITS 28
|
|
|
|
#endif /* _ASM_SW64_SPARSEMEM_H */
|