aboutsummaryrefslogtreecommitdiff
path: root/include/ethosu_driver.h
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2020-08-05 09:38:40 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2020-08-05 09:38:40 +0200
commit3c4391763b45c693e54b17b47e9bd65f0b3427c6 (patch)
treec06694c2a53484aaf751ed331573290aa7b54ff3 /include/ethosu_driver.h
parent5da4092d07c31acaa3d44ac57fa3b02a3be67182 (diff)
downloadethos-u-core-driver-3c4391763b45c693e54b17b47e9bd65f0b3427c6.tar.gz
Header cleanup
Change-Id: I84754f316ce940917516cb7f5c59189f523d4095
Diffstat (limited to 'include/ethosu_driver.h')
-rw-r--r--include/ethosu_driver.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/ethosu_driver.h b/include/ethosu_driver.h
index f192357..64ccb89 100644
--- a/include/ethosu_driver.h
+++ b/include/ethosu_driver.h
@@ -16,7 +16,8 @@
* limitations under the License.
*/
-#pragma once
+#ifndef ETHOSU_DRIVER_H
+#define ETHOSU_DRIVER_H
/******************************************************************************
* Includes
@@ -32,10 +33,6 @@ extern "C" {
#endif
/******************************************************************************
- * Defines
- ******************************************************************************/
-
-/******************************************************************************
* Types
******************************************************************************/
@@ -109,3 +106,5 @@ void ethosu_irq_handler(void);
#ifdef __cplusplus
}
#endif
+
+#endif // ETHOSU_DRIVER_H