mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-22 06:21:05 +10:00
NAND/ARM_IO: review scope of functions
Add "static" qualifier to private functions. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
617811ac66
commit
a6307fed91
@ -43,7 +43,7 @@
|
||||
* @param area Pointer to a pointer to a working area to copy code to
|
||||
* @return Success or failure of the operation
|
||||
*/
|
||||
int arm_code_to_working_area(struct target *target,
|
||||
static int arm_code_to_working_area(struct target *target,
|
||||
const uint32_t *code, unsigned code_size,
|
||||
unsigned additional, struct working_area **area)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user