Changeset e4f8c77 in mainline for kernel/arch/mips64/include/mm/asid.h
- Timestamp:
- 2011-07-13T22:39:18Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e6910c8
- Parents:
- 5974661 (diff), 8ecef91 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
kernel/arch/mips64/include/mm/asid.h (moved) (moved from uspace/srv/hid/adb_mouse/adb_mouse.h ) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips64/include/mm/asid.h
r5974661 re4f8c77 1 1 /* 2 * Copyright (c) 20 10 Jiri Svoboda2 * Copyright (c) 2005 Martin Decky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup mouse 30 * @brief 29 /** @addtogroup mips64mm 31 30 * @{ 32 31 */ … … 34 33 */ 35 34 36 #ifndef ADB_MOUSE_H_37 #define ADB_MOUSE_H_35 #ifndef KERN_mips64_ASID_H_ 36 #define KERN_mips64_ASID_H_ 38 37 39 #include < sys/types.h>38 #include <typedefs.h> 40 39 41 #define NAME "adb_ms" 42 #define NAMESPACE "hid_in" 40 #define ASID_MAX_ARCH 255 /* 2^8 - 1 */ 43 41 44 extern void mouse_handle_data(uint16_t);42 typedef uint8_t asid_t; 45 43 46 44 #endif 47 45 48 /** 49 * @} 46 /** @} 50 47 */
Note:
See TracChangeset
for help on using the changeset viewer.
