interface: create file the "peripheral_inteface_common.h" 56/160956/2
authorSegwon <segwon.han@samsung.com>
Tue, 21 Nov 2017 01:37:37 +0000 (10:37 +0900)
committerSegwon <segwon.han@samsung.com>
Tue, 21 Nov 2017 01:43:18 +0000 (10:43 +0900)
commitf857e9a8f9dfaacbbb8599de4e73b4c41c8443d0
treed302072c39a9a44cf0e7da47cabb7c1208b989c5
parente6e04d56d9bce74d2574115dd63908c25f343744
interface: create file the "peripheral_inteface_common.h"

 - change the errno check to macro
 - move common included header files to peripheral_interface_common.h
 - move common constants to peripheral_interface_common.h

Change-Id: I1a4b6fea351a045b829fb122bcec9d80f1e3ac7d
Signed-off-by: Segwon <segwon.han@samsung.com>
src/interface/include/peripheral_interface_common.h [new file with mode: 0644]
src/interface/include/peripheral_interface_gpio.h
src/interface/include/peripheral_interface_i2c.h
src/interface/include/peripheral_interface_uart.h
src/interface/peripheral_interface_gpio.c
src/interface/peripheral_interface_i2c.c
src/interface/peripheral_interface_pwm.c
src/interface/peripheral_interface_spi.c
src/interface/peripheral_interface_uart.c