Skip to content
Snippets Groups Projects
Commit c56ded6a authored by Stefano Babic's avatar Stefano Babic Committed by Wolfgang Denk
Browse files

FPGA: Add missing prototype


Add prototype function for ispVMFreeMem to remove warnings
when support for Lattice FPGA is compiled.

Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
parent 5e7efccd
No related branches found
No related tags found
No related merge requests found
......@@ -308,6 +308,7 @@ int lattice_info(Lattice_desc *desc);
void ispVMStart(void);
void ispVMEnd(void);
extern void ispVMFreeMem(void);
signed char ispVMCode(void);
void ispVMDelay(unsigned short int a_usMicroSecondDelay);
void ispVMCalculateCRC32(unsigned char a_ucData);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment