From 81fbc637185fb0007dbe84c866794800851295b5 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Mon, 9 Nov 2009 03:10:11 -0800 Subject: src/flash: remove 'extern' and wrap headers Removes 'extern' keywords from function prototypes in the flash headers. Wraps long lines to fit into 80 columns. Adds multiple inclusion protection for s3c2xx_nand.h. --- src/flash/ocl/at91sam7x/dcc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/flash/ocl/at91sam7x/dcc.h') diff --git a/src/flash/ocl/at91sam7x/dcc.h b/src/flash/ocl/at91sam7x/dcc.h index f41b1d27..f7d6d227 100644 --- a/src/flash/ocl/at91sam7x/dcc.h +++ b/src/flash/ocl/at91sam7x/dcc.h @@ -23,9 +23,9 @@ #include "platform.h" /* debug channel read (debugger->MCU) */ -extern uint32 dcc_rd(void); +uint32 dcc_rd(void); /* debug channel write (MCU->debugger) */ -extern int dcc_wr(uint32 data); +int dcc_wr(uint32 data); #endif -- cgit v1.2.3