Remove some include files which are not required (and add some which are).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@448 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-07-12 01:26:43 +00:00
commit 6d2a927124
11 changed files with 16 additions and 28 deletions

View file

@ -25,6 +25,11 @@
#ifndef CPU_AMD_LXDEF_H
#define CPU_AMD_LXDEF_H
#ifndef __ASSEMBLER__
#include <types.h>
#include <io.h>
#endif
#define CPU_ID_1_X 0x00000560 /* Stepping ID 1.x CPUbug fix to change it to 5A0 */
#define CPU_ID_2_0 0x000005A1
#define CPU_ID_3_0 0x000005A2