Moved from freebios
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@862 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
13
src/arch/ppc/include/timer.h
Normal file
13
src/arch/ppc/include/timer.h
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user