mmu_32.h 209 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __MMU_H
  3. #define __MMU_H
  4. /* Default "unsigned long" context */
  5. typedef unsigned long mm_context_t;
  6. /* mm/srmmu.c */
  7. extern ctxd_t *srmmu_ctx_table_phys;
  8. #endif