X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fcoreboot_tables.h;h=2c54e24e02fb2614c75ece13926ad5be5cbf4276;hb=a9758ece08bceb60634145c2126582e5d282bd09;hp=e036f744f679b1b9b5c06a7f0457f845b83e445f;hpb=ec8fb48ce98987065493b27422200897cf0909f8;p=oweals%2Fu-boot.git diff --git a/arch/x86/include/asm/coreboot_tables.h b/arch/x86/include/asm/coreboot_tables.h index e036f744f6..2c54e24e02 100644 --- a/arch/x86/include/asm/coreboot_tables.h +++ b/arch/x86/include/asm/coreboot_tables.h @@ -1,14 +1,15 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * This file is part of the libpayload project. * * Copyright (C) 2008 Advanced Micro Devices, Inc. - * - * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _COREBOOT_TABLES_H #define _COREBOOT_TABLES_H +struct memory_area; + struct cbuint64 { u32 lo; u32 hi;