FPGA: Add missing prototype
authorStefano Babic <sbabic@denx.de>
Tue, 19 Oct 2010 07:22:23 +0000 (09:22 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 19 Oct 2010 21:52:20 +0000 (23:52 +0200)
Add prototype function for ispVMFreeMem to remove warnings
when support for Lattice FPGA is compiled.

Signed-off-by: Stefano Babic <sbabic@denx.de>
include/lattice.h

index 33d2ac3..75729b6 100755 (executable)
@@ -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);