]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 33d2ac3df3e13034db004a7aa4637e68841a721f..75729b605ab6a90dc49fc61930fe33ada2ea4db9 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);