blob: d5b220ca7f409b2e4b3c20e5d55fe57d2d23209d [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Sam Ravnborgf5e706a2008-07-17 21:55:51 -07002#ifndef __MMU_H
3#define __MMU_H
4
5/* Default "unsigned long" context */
6typedef unsigned long mm_context_t;
7
Sam Ravnborgb7afdb72011-01-28 22:08:18 +00008/* mm/srmmu.c */
9extern ctxd_t *srmmu_ctx_table_phys;
10
Sam Ravnborgf5e706a2008-07-17 21:55:51 -070011#endif