mmu.h 116 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7
/*
 * CRIS MMU constants and PTE layout
 */

#ifndef _CRIS_MMU_H
#define _CRIS_MMU_H

8
#include <arch/mmu.h>
L
Linus Torvalds 已提交
9 10

#endif