Modify header file MACRO
[apps/native/rcc.git] / inc / resource / resource_gas_detection_sensor.h
index 3dd7787..3db5f9d 100644 (file)
@@ -6,11 +6,11 @@
  *          Eunyoung Lee <ey928.lee@samsung.com>
  *          Junkyu Han <junkyu.han@samsung.com>
  *
- * Licensed under the Flora License, Version 1.1 (the License);
+ * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- * http://floralicense.org/license/
+ * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an AS IS BASIS,
@@ -19,8 +19,8 @@
  * limitations under the License.
  */
 
-#ifndef __POSITION_FINDER_RESOURCE_GAS_DETECTION_SENSOR_H__
-#define __POSITION_FINDER_RESOURCE_GAS_DETECTION_SENSOR_H__
+#ifndef __RCC_RESOURCE_GAS_DETECTION_SENSOR_H__
+#define __RCC_RESOURCE_GAS_DETECTION_SENSOR_H__
 
 /**
  * @brief Reads the value of gpio connected to the gas detection sensor(fc-22).
@@ -29,6 +29,6 @@
  * @return 0 on success, otherwise a negative error value
  * @see If the gpio pin is not open, creates gpio handle before reading the value of gpio.
  */
-extern int resource_read_gas_detection_sensor(int pin_num, int *out_value);
+extern int resource_read_gas_detection_sensor(int pin_num, uint32_t *out_value);
 
-#endif /* __POSITION_FINDER_RESOURCE_GAS_DETECTION_SENSOR_H__ */
+#endif /* __RCC_RESOURCE_GAS_DETECTION_SENSOR_H__ */