mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04:00
FPGA: Add missing prototype
Add prototype function for ispVMFreeMem to remove warnings when support for Lattice FPGA is compiled. Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
5e7efccdd3
commit
c56ded6a6e
@ -308,6 +308,7 @@ int lattice_info(Lattice_desc *desc);
|
|||||||
|
|
||||||
void ispVMStart(void);
|
void ispVMStart(void);
|
||||||
void ispVMEnd(void);
|
void ispVMEnd(void);
|
||||||
|
extern void ispVMFreeMem(void);
|
||||||
signed char ispVMCode(void);
|
signed char ispVMCode(void);
|
||||||
void ispVMDelay(unsigned short int a_usMicroSecondDelay);
|
void ispVMDelay(unsigned short int a_usMicroSecondDelay);
|
||||||
void ispVMCalculateCRC32(unsigned char a_ucData);
|
void ispVMCalculateCRC32(unsigned char a_ucData);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user