summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2010-10-19 09:22:23 +0200
committerWolfgang Denk <wd@denx.de>2010-10-19 23:52:20 +0200
commitc56ded6a6e8962272c8dd893cac49fd7f60fb9d1 (patch)
tree0c6ec50fcce255078326c6c418de1b8258d98992 /include
parent5e7efccdd38335a00616f62554e7958bc6668a41 (diff)
downloadblackbird-obmc-uboot-c56ded6a6e8962272c8dd893cac49fd7f60fb9d1.tar.gz
blackbird-obmc-uboot-c56ded6a6e8962272c8dd893cac49fd7f60fb9d1.zip
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>
Diffstat (limited to 'include')
-rwxr-xr-xinclude/lattice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lattice.h b/include/lattice.h
index 33d2ac3df3..75729b605a 100755
--- a/include/lattice.h
+++ b/include/lattice.h
@@ -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);
OpenPOWER on IntegriCloud