X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2Fresource_internal.h;h=df99356901e9f50c68a2f903a7dd3c9f1caf07a7;hb=f2116299d814bb295c915ddba7313356946fd5aa;hp=5ef6cce90b135daf39f2f8ce2f82021a8dbb6817;hpb=3a84474bd5748d3367a3c79742c5001cb789b804;p=apps%2Fnative%2Fposition-finder-server.git diff --git a/inc/resource_internal.h b/inc/resource_internal.h old mode 100644 new mode 100755 index 5ef6cce..df99356 --- a/inc/resource_internal.h +++ b/inc/resource_internal.h @@ -30,12 +30,20 @@ #include "resource/resource_touch_sensor_internal.h" #include "resource/resource_ultrasonic_sensor_internal.h" #include "resource/resource_led_internal.h" +#include "resource/resource_vibration_sensor_internal.h" +#include "resource/resource_flame_sensor_internal.h" +#include "resource/resource_rain_sensor_internal.h" +#include "resource/resource_sound_detection_sensor_internal.h" +#include "resource/resource_tilt_sensor_internal.h" +#include "resource/resource_gas_detection_sensor_internal.h" +#include "resource/resource_sound_level_sensor_internal.h" #define PIN_MAX 40 struct _resource_s { int opened; peripheral_gpio_h sensor_h; + void (*close) (int); }; typedef struct _resource_s resource_s;