nand: declare exported function in core.h
commitfaf7202f8ee65f21a96ea1ebf33f7157c97065f0
authorAntonio Borneo <borneo.antonio@gmail.com>
Sun, 30 Apr 2023 22:55:15 +0000 (1 00:55 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Thu, 18 May 2023 10:09:57 +0000 (18 10:09 +0000)
tree0017ed3f426c707106ba70e9759da3dbdd2eb2db
parentea530015b0f69d7a0e3ee3dca6fb69554e6d2046
nand: declare exported function in core.h

Don't use 'extern' in a C file, but declare the exported function
in a H file.
This helps validating the function prototype across declaration
and use.

Detected through 'sparse' tool.

Change-Id: I2c22b084fb513f4b3b1b1db96dfbc8fa4bfe7238
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/7666
Tested-by: jenkins
src/flash/nand/core.h
src/flash/nand/lpc32xx.c