]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/m68k/include/asm/mmzone.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-hirsute-kernel.git] / arch / m68k / include / asm / mmzone.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
12d810c1
RZ
2#ifndef _ASM_M68K_MMZONE_H_
3#define _ASM_M68K_MMZONE_H_
4
5extern pg_data_t pg_data_map[];
6
7#define NODE_DATA(nid) (&pg_data_map[nid])
8#define NODE_MEM_MAP(nid) (NODE_DATA(nid)->node_mem_map)
9
10#endif /* _ASM_M68K_MMZONE_H_ */