aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc/include/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/ppc/include/timer.h')
-rw-r--r--src/arch/ppc/include/timer.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/arch/ppc/include/timer.h b/src/arch/ppc/include/timer.h
deleted file mode 100644
index c5cd14f0c8..0000000000
--- a/src/arch/ppc/include/timer.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2000 AG Electronics Ltd.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-#ifndef _TIMER_H
-#define __TIMER_H
-
-unsigned long get_hz(void);
-unsigned long ticks_since_boot(void);
-void sleep_ticks(unsigned long);
-void udelay(int);
-
-#endif