aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc/include/clock.h
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-10-28 19:38:58 +0000
committerStefan Reinauer <stepan@openbios.org>2009-10-28 19:38:58 +0000
commite696942cfc6d970d9a774815cc81bf1d771c857b (patch)
tree810516e157f08970fc6e9b2b5c07d1c6f176726d /src/arch/ppc/include/clock.h
parent8d09e231fed1395b82227ce374dca4be32e77845 (diff)
Drop remainder of PPC port
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4884 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc/include/clock.h')
-rw-r--r--src/arch/ppc/include/clock.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/arch/ppc/include/clock.h b/src/arch/ppc/include/clock.h
deleted file mode 100644
index 60bde4e0c0..0000000000
--- a/src/arch/ppc/include/clock.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _CLOCK_H
-#define _CLOCK_H
-
-/*
- * Various clock routines.
- */
-extern unsigned long get_timer_freq(void);
-extern unsigned long get_pci_bus_freq(void);
-#endif /* _CLOCK_H */