aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/delay.h
blob: 0985bda66750b9ec2e989703c2e6ff078729a742 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef __UM_DELAY_H
#define __UM_DELAY_H

#include "asm/arch/delay.h"
#include "asm/archparam.h"

#define MILLION 1000000

#endif