i8254_delay
void i8254_delay(unsigned int);
void (*x86_delay)(unsigned int) = i8254_delay;
void (*delay_func)(unsigned int) = i8254_delay;