Changeset 26e7d6d in mainline for kernel/arch/mips64/include/proc/task.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/proc/task.h
r3842a955 r26e7d6d 1 1 /* 2 * Copyright (c) 20 10 Jiri Svoboda2 * Copyright (c) 2006 Jakub Jermar 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup mouse 30 * @brief 29 /** @addtogroup mips64proc 31 30 * @{ 32 31 */ … … 34 33 */ 35 34 36 #ifndef ADB_MOUSE_H_37 #define ADB_MOUSE_H_35 #ifndef KERN_mips64_TASK_H_ 36 #define KERN_mips64_TASK_H_ 38 37 39 #include <sys/types.h> 38 typedef struct { 39 } task_arch_t; 40 40 41 #define NAME "adb_ms" 42 #define NAMESPACE "hid_in" 43 44 extern void mouse_handle_data(uint16_t); 41 #define task_create_arch(task) 42 #define task_destroy_arch(task) 45 43 46 44 #endif 47 45 48 /** 49 * @} 46 /** @} 50 47 */
Note:
See TracChangeset
for help on using the changeset viewer.