projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e7efcc
)
FPGA: Add missing prototype
author
Stefano Babic
<sbabic@denx.de>
Tue, 19 Oct 2010 07:22:23 +0000
(09:22 +0200)
committer
Wolfgang 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
patch
|
blob
|
history
diff --git
a/include/lattice.h
b/include/lattice.h
index 33d2ac3df3e13034db004a7aa4637e68841a721f..75729b605ab6a90dc49fc61930fe33ada2ea4db9 100755
(executable)
--- 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);