Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __MMU_H
0003 #define __MMU_H
0004 
0005 /* Default "unsigned long" context */
0006 typedef unsigned long mm_context_t;
0007 
0008 /* mm/srmmu.c */
0009 extern ctxd_t *srmmu_ctx_table_phys;
0010 
0011 #endif