summaryrefslogtreecommitdiffstats
path: root/include/lmb.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-07-03 22:04:17 +0200
committerWolfgang Denk <wd@denx.de>2008-07-03 22:04:17 +0200
commit730f298485984b011b6ee8f4acb511cb45a843dd (patch)
tree79306478c821236fa0edfc80d3941db7e9a3ae92 /include/lmb.h
parent322ef5e28d2dc62571afc699b00add22a8e006e4 (diff)
downloadblackbird-obmc-uboot-730f298485984b011b6ee8f4acb511cb45a843dd.tar.gz
blackbird-obmc-uboot-730f298485984b011b6ee8f4acb511cb45a843dd.zip
lmb: fix "implicit declaration of function 'lmb_free'" warning
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/lmb.h')
-rw-r--r--include/lmb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lmb.h b/include/lmb.h
index 03d76678b8..0283075639 100644
--- a/include/lmb.h
+++ b/include/lmb.h
@@ -43,6 +43,7 @@ extern phys_addr_t lmb_alloc_base(struct lmb *lmb, phys_size_t size, ulong align
extern phys_addr_t __lmb_alloc_base(struct lmb *lmb, phys_size_t size, ulong align,
phys_addr_t max_addr);
extern int lmb_is_reserved(struct lmb *lmb, phys_addr_t addr);
+extern long lmb_free(struct lmb *lmb, u64 base, u64 size);
extern void lmb_dump_all(struct lmb *lmb);
OpenPOWER on IntegriCloud