Changeset 8d2dd7f2 in mainline for uspace/srv/hw
- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/srv/hw
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/bus/cuda_adb/cuda_adb.c
re48947e r8d2dd7f2 39 39 #include <stdio.h> 40 40 #include <stdlib.h> 41 #include <sys/types.h> 41 #include <stddef.h> 42 #include <stdint.h> 42 43 #include <stdbool.h> 43 44 #include <ddi.h> -
uspace/srv/hw/bus/cuda_adb/cuda_adb.h
re48947e r8d2dd7f2 37 37 #define CUDA_ADB_H_ 38 38 39 #include <sys/types.h> 39 #include <stddef.h> 40 #include <stdint.h> 40 41 #include <async.h> 41 42 #include <fibril_synch.h> -
uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.h
re48947e r8d2dd7f2 38 38 #define S3C24XX_UART_H_ 39 39 40 #include <s ys/types.h>40 #include <stdint.h> 41 41 #include <async.h> 42 42
Note:
See TracChangeset
for help on using the changeset viewer.