18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#ifndef __MMU_H
38c2ecf20Sopenharmony_ci#define __MMU_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci/* Default "unsigned long" context */
68c2ecf20Sopenharmony_citypedef unsigned long mm_context_t;
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci/* mm/srmmu.c */
98c2ecf20Sopenharmony_ciextern ctxd_t *srmmu_ctx_table_phys;
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#endif
12