Rev 3343 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3343 | Rev 3742 | ||
---|---|---|---|
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 |