Armadillo
0.1.1
TheexpandableOS
src
include
mips
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
Generated by
1.8.14