aboutsummaryrefslogtreecommitdiff
path: root/kernel/uapi/ethosu.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/uapi/ethosu.h')
-rw-r--r--kernel/uapi/ethosu.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/uapi/ethosu.h b/kernel/uapi/ethosu.h
index 0127033..1e53c91 100644
--- a/kernel/uapi/ethosu.h
+++ b/kernel/uapi/ethosu.h
@@ -28,6 +28,10 @@
#include <linux/ioctl.h>
#include <linux/types.h>
+#ifdef __cplusplus
+namespace EthosU {
+#endif
+
/****************************************************************************
* Defines
****************************************************************************/
@@ -148,4 +152,7 @@ struct ethosu_uapi_result_status {
struct ethosu_uapi_pmu_counts pmu_count;
};
+#ifdef __cplusplus
+} /* namespace EthosU */
+#endif
#endif