aboutsummaryrefslogtreecommitdiff
path: root/src/include
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/include
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/include')
-rw-r--r--src/include/cpu/ppc/cpuid.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/cpu/ppc/cpuid.h b/src/include/cpu/ppc/cpuid.h
deleted file mode 100644
index 3ef065b601..0000000000
--- a/src/include/cpu/ppc/cpuid.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef CPU_PPC_CPUID_H
-#define CPU_PPC_CPUID_H
-
-void display_cpuid(device_t dev);
-
-#endif /* CPU_PPC_CPUID_H */