delay.h 131 B

123456789
  1. #ifndef __UM_DELAY_H
  2. #define __UM_DELAY_H
  3. #include "asm/arch/delay.h"
  4. #include "asm/archparam.h"
  5. #define MILLION 1000000
  6. #endif