mmu_32.h 170 B

12345678910
  1. #ifndef __MMU_H
  2. #define __MMU_H
  3. /* Default "unsigned long" context */
  4. typedef unsigned long mm_context_t;
  5. /* mm/srmmu.c */
  6. extern ctxd_t *srmmu_ctx_table_phys;
  7. #endif