projects
/
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
33d2ac3
..
75729b6
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);