aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/imp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/flash/nor/imp.h')
-rw-r--r--src/flash/nor/imp.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/flash/nor/imp.h b/src/flash/nor/imp.h
index de1bc9e..e8e8a6f 100644
--- a/src/flash/nor/imp.h
+++ b/src/flash/nor/imp.h
@@ -16,13 +16,14 @@
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
+
#ifndef FLASH_NOR_IMP_H
#define FLASH_NOR_IMP_H
-// this is an internal header
+/* this is an internal header */
#include "core.h"
#include "driver.h"
-// almost all drivers will need this file
+/* almost all drivers will need this file */
#include <target/target.h>
/**
@@ -47,4 +48,4 @@ int flash_driver_read(struct flash_bank *bank,
int flash_write_unlock(struct target *target, struct image *image,
uint32_t *written, int erase, bool unlock);
-#endif // FLASH_NOR_IMP_H
+#endif /* FLASH_NOR_IMP_H */