Changeset 04ba110 in mainline
- Timestamp:
- 2017-10-10T20:45:27Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2a7749d7
- Parents:
- a4fb8d60
- Location:
- uspace/drv/char
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/atkbd/main.c
ra4fb8d60 r04ba110 34 34 */ 35 35 36 #include < libarch/inttypes.h>36 #include <inttypes.h> 37 37 #include <ddf/driver.h> 38 38 #include <device/hw_res_parsed.h> -
uspace/drv/char/i8042/main.c
ra4fb8d60 r04ba110 35 35 */ 36 36 37 #include < libarch/inttypes.h>37 #include <inttypes.h> 38 38 #include <libarch/config.h> 39 39 #include <ddf/driver.h> -
uspace/drv/char/ps2mouse/main.c
ra4fb8d60 r04ba110 33 33 */ 34 34 35 #include < libarch/inttypes.h>35 #include <inttypes.h> 36 36 #include <ddf/driver.h> 37 37 #include <device/hw_res_parsed.h> -
uspace/drv/char/xtkbd/main.c
ra4fb8d60 r04ba110 34 34 */ 35 35 36 #include < libarch/inttypes.h>36 #include <inttypes.h> 37 37 #include <ddf/driver.h> 38 38 #include <device/hw_res_parsed.h>
Note:
See TracChangeset
for help on using the changeset viewer.