linux/arch/x86/include/asm/setup_data.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_SETUP_DATA_H
#define _ASM_X86_SETUP_DATA_H

#include <uapi/asm/setup_data.h>

#ifndef __ASSEMBLY__

struct pci_setup_rom {};

/* kexec external ABI */
struct efi_setup_data {};

#endif /* __ASSEMBLY__ */

#endif /* _ASM_X86_SETUP_DATA_H */