Rev 1776 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1776 | Rev 1780 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 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 __u8 asid_t; |
42 | typedef uint8_t asid_t; |
| 43 | 43 | ||
| 44 | #endif |
44 | #endif |
| 45 | 45 | ||
| 46 | /** @} |
46 | /** @} |
| 47 | */ |
47 | */ |