Changeset 8ff0bd2 in mainline for kernel/arch/mips64/include/drivers/msim.h
- Timestamp:
- 2011-09-04T11:30:58Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03bc76a
- Parents:
- d2c67e7 (diff), deac215e (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/drivers/msim.h
rd2c67e7 r8ff0bd2 1 1 /* 2 * Copyright (c) 200 9 Jiri Svoboda2 * Copyright (c) 2005 Ondrej Palkovsky 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 CHAR_MOUSE_H_37 #define CHAR_MOUSE_H_35 #ifndef KERN_mips64_MSIM_H_ 36 #define KERN_mips64_MSIM_H_ 38 37 39 extern void mouse_handle_byte(int); 40 extern void mouse_ev_btn(int button, int press); 41 extern void mouse_ev_move(int dx, int dy); 38 /** Address of devices. */ 39 #define MSIM_VIDEORAM 0xffffffff90000000 40 #define MSIM_KBD_ADDRESS 0xffffffff90000000 41 #define MSIM_KBD_IRQ 2 42 42 43 43 #endif 44 44 45 /** 46 * @} 45 /** @} 47 46 */
Note:
See TracChangeset
for help on using the changeset viewer.