Blame view

kernel/linux-rt-4.4.41/arch/cris/include/asm/mmu.h 116 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
  /*
   * CRIS MMU constants and PTE layout
   */
  
  #ifndef _CRIS_MMU_H
  #define _CRIS_MMU_H
  
  #include <arch/mmu.h>
  
  #endif