Changeset 26e7d6d in mainline for kernel/arch/mips64/include/cpu.h
- Timestamp:
- 2011-09-19T16:31:00Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a347a11
- Parents:
- 3842a955 (diff), 086290d (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
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips64/include/cpu.h
r3842a955 r26e7d6d 1 1 /* 2 * Copyright (c) 200 9 Jiri Svoboda2 * Copyright (c) 2003-2004 Jakub Jermar 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup mouse 30 * @brief 29 /** @addtogroup mips64 31 30 * @{ 32 31 */ … … 34 33 */ 35 34 36 #ifndef LIBC_IPC_MOUSE_H_37 #define LIBC_IPC_MOUSE_H_35 #ifndef KERN_mips64_CPU_H_ 36 #define KERN_mips64_CPU_H_ 38 37 39 #include <ipc/common.h> 38 #include <typedefs.h> 39 #include <arch/asm.h> 40 40 41 typedef enum{42 MEVENT_BUTTON = IPC_FIRST_USER_METHOD,43 MEVENT_MOVE44 } mouse_notif_t;41 typedef struct { 42 uint32_t imp_num; 43 uint32_t rev_num; 44 } cpu_arch_t; 45 45 46 46 #endif 47 47 48 /** 49 * @} 48 /** @} 50 49 */
Note:
See TracChangeset
for help on using the changeset viewer.