aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc/include/timer.h
blob: 9a2328f7cdd7ae6b5814d2839bd25fdd6c452ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* $Id$ */
/* 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