00001 00038 #ifndef DELAY_H_INCLUDED 00039 #define DELAY_H_INCLUDED 00040 00041 unsigned int ns2cyc(unsigned int ns, unsigned int rate); 00042 void udelay(unsigned int us); 00043 void mdelay(unsigned int ms); 00044 00045 #endif /* DELAY_H_INCLUDED */