blob: 6f056e535cf8c34ec1cdb7086a5d1c9c53825994 [file] [log] [blame]
Sam Ravnborgf5e706a2008-07-17 21:55:51 -07001#ifndef __MMU_H
2#define __MMU_H
3
4/* Default "unsigned long" context */
5typedef unsigned long mm_context_t;
6
Sam Ravnborgb7afdb72011-01-28 22:08:18 +00007/* mm/srmmu.c */
8extern ctxd_t *srmmu_ctx_table_phys;
9
Sam Ravnborgf5e706a2008-07-17 21:55:51 -070010#endif