Armadillo  0.1.1
TheexpandableOS
bitmasks.h
Go to the documentation of this file.
1 
6  #ifndef __BITMASKS_H_
7  #define __BITMASKS_H_
8 
9 #define ENABLE_TIMINTR 0x8000 /*Enable timer interrupts*/
10 #define ENABLE_INTR 0x1 /*Enable interrupts in general*/
11 #define MASK_CAUSE 0x7C /*Mask bits 2-6 of cause register*/
12 
13 #endif