util/lar/lar.h was accidentially changed to point to the wrong other

header.

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/LinuxBIOSv3@541 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Carl-Daniel Hailfinger 2007-12-06 16:06:07 +00:00
parent 91b0dd0974
commit 61f0d0cfc8

View file

@ -61,7 +61,7 @@ typedef uint64_t u64;
typedef uint32_t u32;
typedef uint8_t u8;
/* NOTE -- This and the user-mode lar.h may NOT be in sync. Be careful. */
/* NOTE -- This and the linuxbios lar.h may NOT be in sync. Be careful. */
struct lar_header {
char magic[8];
u32 len;