aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc/include/timer.h
blob: eacd7f01af9eea64e4100d4196ee75ad46de655d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright 2000  AG Electronics Ltd. */
/* This code is distributed without warranty under the GPL v2 (see COPYING) */

#ifndef _TIMER_H
#define __TIMER_H

unsigned get_hz(void);
unsigned ticks_since_boot(void);
void sleep_ticks(unsigned);
void udelay(int);

#endif