aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/cma.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/cma.h b/include/linux/cma.h
index 6f0a91b37f68..03f32d0bd1d8 100644
--- a/include/linux/cma.h
+++ b/include/linux/cma.h
@@ -29,6 +29,7 @@ extern int __init cma_declare_contiguous(phys_addr_t base,
29extern int cma_init_reserved_mem(phys_addr_t base, phys_addr_t size, 29extern int cma_init_reserved_mem(phys_addr_t base, phys_addr_t size,
30 unsigned int order_per_bit, 30 unsigned int order_per_bit,
31 struct cma **res_cma); 31 struct cma **res_cma);
32extern struct page *cma_alloc(struct cma *cma, size_t count, unsigned int align); 32extern struct page *cma_alloc(struct cma *cma, size_t count, unsigned int align,
33 gfp_t gfp_mask);
33extern bool cma_release(struct cma *cma, const struct page *pages, unsigned int count); 34extern bool cma_release(struct cma *cma, const struct page *pages, unsigned int count);
34#endif 35#endif