diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-11-12 21:00:29 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-11-12 21:00:29 +0000 |
commit | 3e9b52d554f40b0743cc420dc133b5b5ffd964bd (patch) | |
tree | b28c12bb0ee1b776b30deaa7cd54a798d01e29f8 /src/arch/ppc | |
parent | 204f718fa3424df71497d54b8896ff9c2fe4aa4c (diff) | |
download | coreboot-3e9b52d554f40b0743cc420dc133b5b5ffd964bd.tar.xz |
ooops. sorry
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1782 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/ppc')
-rw-r--r-- | src/arch/ppc/include/arch/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/ppc/include/arch/cpu.h b/src/arch/ppc/include/arch/cpu.h new file mode 100644 index 0000000000..48293b2425 --- /dev/null +++ b/src/arch/ppc/include/arch/cpu.h @@ -0,0 +1,3 @@ +/* + * this should probably integrate code from src/arch/ppc/lib/cpuid.c + */ |