Changes in uspace/srv/hid/input/include/input.h [5da7199:1875a0c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/include/input.h
r5da7199 r1875a0c 40 40 41 41 #include <bool.h> 42 #include <async.h>43 42 44 43 #define NAME "input" … … 46 45 47 46 extern bool irc_service; 48 extern async_sess_t *irc_sess;47 extern int irc_phone; 49 48 50 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.