mmu.h 116 B

1234567891011
  1. /*
  2. * CRIS MMU constants and PTE layout
  3. */
  4. #ifndef _CRIS_MMU_H
  5. #define _CRIS_MMU_H
  6. #include <arch/mmu.h>
  7. #endif