memblock: Add memblock_find_in_range()
[deliverable/linux.git] / include / linux / memblock.h
index 3978e6a8e824f3f27ba57fde690ec747aa266485..4df09bdcae42d93a6ccc4c787f0771c8520f3f4c 100644 (file)
@@ -47,6 +47,8 @@ extern int memblock_can_resize;
 #define memblock_dbg(fmt, ...) \
        if (memblock_debug) printk(KERN_INFO pr_fmt(fmt), ##__VA_ARGS__)
 
+u64 memblock_find_in_range(u64 start, u64 end, u64 size, u64 align);
+
 extern void __init memblock_init(void);
 extern void __init memblock_analyze(void);
 extern long memblock_add(phys_addr_t base, phys_addr_t size);
This page took 0.047 seconds and 5 git commands to generate.