mmu_32.h 115 B

1234567
  1. #ifndef __MMU_H
  2. #define __MMU_H
  3. /* Default "unsigned long" context */
  4. typedef unsigned long mm_context_t;
  5. #endif