aboutsummaryrefslogtreecommitdiff
path: root/product/rcar/module/rcar_reg_sensor/include/mod_reg_sensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'product/rcar/module/rcar_reg_sensor/include/mod_reg_sensor.h')
-rw-r--r--product/rcar/module/rcar_reg_sensor/include/mod_reg_sensor.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/product/rcar/module/rcar_reg_sensor/include/mod_reg_sensor.h b/product/rcar/module/rcar_reg_sensor/include/mod_reg_sensor.h
new file mode 100644
index 00000000..b42ff068
--- /dev/null
+++ b/product/rcar/module/rcar_reg_sensor/include/mod_reg_sensor.h
@@ -0,0 +1,19 @@
+/*
+ * Renesas SCP/MCP Software
+ * Copyright (c) 2020, Renesas Electronics Corporation. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef MOD_REG_SENSOR_H
+#define MOD_REG_SENSOR_H
+
+#include <mod_sensor.h>
+
+#include <stdint.h>
+
+#define FWK_MODULE_IDX_REG_SENSOR FWK_MODULE_IDX_RCAR_REG_SENSOR
+
+#include "mod_rcar_reg_sensor.h"
+
+#endif /* MOD_REG_SENSOR_H */