[1/6] fd passing: move interface code from daemon. 79/159779/3
authorSegwon <segwon.han@samsung.com>
Mon, 13 Nov 2017 04:30:38 +0000 (13:30 +0900)
committerSegwon Han <segwon.han@samsung.com>
Mon, 13 Nov 2017 08:13:05 +0000 (08:13 +0000)
commitc606f0ab36778e64b5da531bf1e2704195dfb38e
tree966cc7a54c3ae305ef8a8d2e8cba51058071893f
parentdc0be3157a3a53c82f5a0c5008baf14521196d91
[1/6] fd passing: move interface code from daemon.

   - move from "peripheral-bus/src/interface/"
   - in order to improve performance, the lib area has direct access to the kernel.
   - not yet include in the build.

Signed-off-by: Segwon <segwon.han@samsung.com>
Change-Id: Id3a047968f7018ef352b01aa93cb0450ecda1f4d
src/interface/gpio.c [new file with mode: 0644]
src/interface/i2c.c [new file with mode: 0644]
src/interface/include/gpio.h [new file with mode: 0644]
src/interface/include/i2c.h [new file with mode: 0644]
src/interface/include/pwm.h [new file with mode: 0644]
src/interface/include/spi.h [new file with mode: 0644]
src/interface/include/uart.h [new file with mode: 0644]
src/interface/pwm.c [new file with mode: 0644]
src/interface/spi.c [new file with mode: 0644]
src/interface/uart.c [new file with mode: 0644]