Changeset e53794c in mainline for uspace/srv/hid/output/output.c
- Timestamp:
- 2016-12-10T12:49:09Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- aed3e6a
- Parents:
- c4e30607
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/output.c
rc4e30607 re53794c 38 38 #include "port/niagara.h" 39 39 #include "port/ski.h" 40 #include "port/chardev.h" 40 41 #include "output.h" 41 42 … … 479 480 niagara_init(); 480 481 ski_init(); 482 chardev_init(); 481 483 482 484 printf("%s: Accepting connections\n", NAME);
Note:
See TracChangeset
for help on using the changeset viewer.