Changeset cc205f1 in mainline for arch/mips32/include/mm/asid.h
- Timestamp:
- 2005-10-06T12:45:22Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fd3c9e5
- Parents:
- bca1b47
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/mm/asid.h
rbca1b47 rcc205f1 31 31 32 32 #include <arch/types.h> 33 #include <typedefs.h> 34 35 #define ASIDS 256 36 #define ASID_INVALID 0 37 #define ASID_START 1 33 38 34 39 typedef __u8 asid_t; … … 36 41 extern asid_t asid_get(void); 37 42 extern void asid_put(asid_t asid); 43 extern bool asid_has_conflicts(asid_t asid); 38 44 39 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.