diff options
author | Stefano Babic <sbabic@denx.de> | 2010-10-19 09:22:23 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-19 23:52:20 +0200 |
commit | c56ded6a6e8962272c8dd893cac49fd7f60fb9d1 (patch) | |
tree | 0c6ec50fcce255078326c6c418de1b8258d98992 /include/lattice.h | |
parent | 5e7efccdd38335a00616f62554e7958bc6668a41 (diff) |
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/lattice.h')
-rwxr-xr-x | include/lattice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lattice.h b/include/lattice.h index 33d2ac3df3e..75729b605ab 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); |