Rev 2071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 3706 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #ifndef KERN_mips32_ASID_H_ |
35 | #ifndef KERN_mips32_ASID_H_ |
| 36 | #define KERN_mips32_ASID_H_ |
36 | #define KERN_mips32_ASID_H_ |
| 37 | 37 | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| 39 | 39 | ||
| 40 | #define ASID_MAX_ARCH 255 /* 2^8 - 1 */ |
40 | #define ASID_MAX_ARCH 255 /* 2^8 - 1 */ |
| 41 | 41 | ||
| 42 | typedef uint8_t asid_t; |
42 | typedef uint8_t asid_t; |
| 43 | 43 | ||
| 44 | #endif |
44 | #endif |
| 45 | 45 | ||