Beispiel #1
0
void __delay(unsigned long loops)
{
	delay_fn(loops);
}
Beispiel #2
0
void notrace __delay(unsigned long loops)
{
	delay_fn(loops);
}