A lot of the v3 header files require other header files to be #included

before they can be #included. That is completely counter-intuitive. Add 
necessary #includes to the header files themselves.

Fix a few cases where nonexisting files were #included.

Compile tested on Qemu and Alix1C.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@611 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Carl-Daniel Hailfinger 2008-02-19 00:34:32 +00:00
commit 31a9e22fa4
14 changed files with 21 additions and 2 deletions

View file

@ -21,6 +21,7 @@
#ifndef POST_CODE_H
#define POST_CODE_H
#include <types.h>
#include <shared.h>
SHARED(post_code, void, u8 value);