Changeset 4c53333 in mainline for uspace/srv/hid/input/stroke.h
- Timestamp:
- 2013-07-11T08:21:10Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 64e63ce1
- Parents:
- 80445cf (diff), c8bb1633 (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
-
uspace/srv/hid/input/stroke.h (moved) (moved from uspace/srv/hid/input/include/stroke.h ) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/stroke.h
r80445cf r4c53333 28 28 29 29 /** @addtogroup inputgen generic 30 * @brief Generic scancode parser.31 * @ingroup input30 * @brief Generic scancode parser. 31 * @ingroup input 32 32 * @{ 33 */ 33 */ 34 34 /** @file 35 35 */ … … 38 38 #define KBD_STROKE_H_ 39 39 40 #include <kbd.h>40 #include "kbd.h" 41 41 42 42 extern void stroke_sim(kbd_dev_t *, unsigned, unsigned); … … 46 46 /** 47 47 * @} 48 */ 49 48 */
Note:
See TracChangeset
for help on using the changeset viewer.
