#ifndef __ARM920T_INCLUDE_
#define __ARM920T_INCLUDE_

#define CR_MMU      0x00000001

#define CR_BIG      0x00000080

#define CR_DCACHE   0x00000004
#define CR_ICACHE   0x00001000

#define CR_FASTBUS  0x00000000
#define CR_SYNC     0x40000000
#define CR_ASYNC    0xC0000000

#endif