Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.2-rc2 9 lines 175 B view raw
1#ifndef _ASM_ARM_MEMBLOCK_H 2#define _ASM_ARM_MEMBLOCK_H 3 4struct meminfo; 5struct machine_desc; 6 7extern void arm_memblock_init(struct meminfo *, struct machine_desc *); 8 9#endif