Changeset 88d828e in mainline for uspace/lib/c/include/io/kbd_event.h
- Timestamp:
- 2022-11-09T16:44:28Z (23 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 68704ab
- Parents:
- a6492460
- git-author:
- Jiri Svoboda <jiri@…> (2022-11-09 16:41:51)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-11-09 16:44:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/kbd_event.h
ra6492460 r88d828e 1 1 /* 2 * Copyright (c) 20 12 Jiri Svoboda2 * Copyright (c) 2022 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 39 39 #include <inttypes.h> 40 40 #include <io/keycode.h> 41 #include <types/common.h> 41 42 42 43 typedef enum { … … 49 50 /** List handle */ 50 51 link_t link; 52 53 /** Keyboard device ID */ 54 sysarg_t kbd_id; 51 55 52 56 /** Press or release event. */
Note:
See TracChangeset
for help on using the changeset viewer.