Changeset 5f70118 in mainline for uspace/srv/hid/c_mouse/include/mouse_proto.h
- Timestamp:
- 2010-01-10T12:16:59Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c77a64f
- Parents:
- 309ede1 (diff), 1ac3a52 (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
-
uspace/srv/hid/c_mouse/include/mouse_proto.h
r309ede1 r5f70118 1 1 /* 2 * Copyright (c) 200 5 Jakub Jermar2 * Copyright (c) 2009 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup arm32 29 /** @addtogroup mouse 30 * @brief 30 31 * @{ 31 32 */ 32 33 /** @file 33 * @brief Empty.34 34 */ 35 35 36 #ifndef KERN_arm32_ARG_H_37 #define KERN_arm32_ARG_H_36 #ifndef MOUSE_PROTO_H_ 37 #define MOUSE_PROTO_H_ 38 38 39 #include <stdarg.h> 39 extern void mouse_proto_parse_byte(int); 40 extern int mouse_proto_init(void); 40 41 41 42 #endif 42 43 43 /** @} 44 /** 45 * @} 44 46 */
Note:
See TracChangeset
for help on using the changeset viewer.