Staging
v0.5.1
Raw File
#include <linux/init.h>

unsigned long __init prom_free_prom_memory(void)
{
	return 0UL;
}
back to top