aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/imp.h
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-01-31 17:55:03 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-02-06 10:54:14 +0000
commit9f0cba528a163645c8ecace413731c23310f2c26 (patch)
tree521c0e7e19b74d425718aa7cb7266411df301a9c /src/flash/nor/imp.h
parentfab0dcd7e6cb8cfbf63cb41f0978902371d30205 (diff)
downloadriscv-openocd-9f0cba528a163645c8ecace413731c23310f2c26.zip
riscv-openocd-9f0cba528a163645c8ecace413731c23310f2c26.tar.gz
riscv-openocd-9f0cba528a163645c8ecace413731c23310f2c26.tar.bz2
build: cleanup src/flash/nor directory
Change-Id: Ic299de969ce566282c055ba4dd8b94892c4c4311 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/420 Tested-by: jenkins
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 */