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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user