Release 4.16 arch/arm/include/asm/memblock.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_ARM_MEMBLOCK_H
#define _ASM_ARM_MEMBLOCK_H
struct machine_desc;
void arm_memblock_init(const struct machine_desc *);
phys_addr_t arm_memblock_steal(phys_addr_t size, phys_addr_t align);
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Russell King | 30 | 96.77% | 4 | 80.00% |
Greg Kroah-Hartman | 1 | 3.23% | 1 | 20.00% |
Total | 31 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.