aboutsummaryrefslogtreecommitdiff
path: root/include/ethosu_driver.h
diff options
context:
space:
mode:
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