예제 #1
0
int uImage_ppc_probe(const char *buf, off_t len)
{
	return uImage_probe(buf, len, IH_ARCH_PPC);
}
int uImage_arm_probe(const char *buf, off_t len)
{
	return uImage_probe(buf, len, IH_ARCH_ARM);
}