From 3c4391763b45c693e54b17b47e9bd65f0b3427c6 Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Wed, 5 Aug 2020 09:38:40 +0200 Subject: Header cleanup Change-Id: I84754f316ce940917516cb7f5c59189f523d4095 --- include/ethosu_driver.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'include/ethosu_driver.h') 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 @@ -31,10 +32,6 @@ extern "C" { #endif -/****************************************************************************** - * Defines - ******************************************************************************/ - /****************************************************************************** * Types ******************************************************************************/ @@ -109,3 +106,5 @@ void ethosu_irq_handler(void); #ifdef __cplusplus } #endif + +#endif // ETHOSU_DRIVER_H -- cgit v1.2.1