xref: /kernel/linux/linux-5.10/arch/h8300/include/asm/page.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/h8300/include/asm/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef _H8300_PAGE_H
38c2ecf20Sopenharmony_ci#define _H8300_PAGE_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#include <asm-generic/page.h>
68c2ecf20Sopenharmony_ci#include <linux/types.h>
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci#define MAP_NR(addr) (((uintptr_t)(addr)-PAGE_OFFSET) >> PAGE_SHIFT)
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#ifndef __ASSEMBLY__
118c2ecf20Sopenharmony_ciextern unsigned long rom_length;
128c2ecf20Sopenharmony_ciextern unsigned long memory_start;
138c2ecf20Sopenharmony_ciextern unsigned long memory_end;
148c2ecf20Sopenharmony_ciextern unsigned long _ramend;
158c2ecf20Sopenharmony_ci#endif
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#endif
18

Indexes created Thu Nov 07 10:32:03 CST 2024