X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Fdelay.h;fp=include%2Fasm-i386%2Fdelay.h;h=b1c7650dc7b9e1a841552b832a0d8a2badb6e7fb;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=456db8501c09390dc921c6212dc2d732d1bd81be;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/include/asm-i386/delay.h b/include/asm-i386/delay.h index 456db8501..b1c7650dc 100644 --- a/include/asm-i386/delay.h +++ b/include/asm-i386/delay.h @@ -23,4 +23,6 @@ extern void __delay(unsigned long loops); ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : \ __ndelay(n)) +void use_tsc_delay(void); + #endif /* defined(_I386_DELAY_H) */