mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
91b0dd0974
commit
61f0d0cfc8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue