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:
parent
d8196e2580
commit
6d2a927124
11 changed files with 16 additions and 28 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue