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

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

#include <linux/compiler.h>
#include <linux/init.h>
#include <linux/io.h>

#include <asm/setup.h>

static __always_inline __init void *dmi_alloc(unsigned len)
{}

/* Use early IO mappings for DMI because it's initialized early */
#define dmi_early_remap
#define dmi_early_unmap
#define dmi_remap(_x, _l)
#define dmi_unmap(_x)

#endif /* _ASM_X86_DMI_H */