1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef _ASM_DMI_H 3 #define _ASM_DMI_H 4 5 #include <linux/io.h> 6 #include <linux/memblock.h> 7 8 #define dmi_early_remap(x, l) iorema 9 #define dmi_early_unmap(x, l) iounma 10 #define dmi_remap(x, l) iorema 11 #define dmi_unmap(x) iounma 12 13 /* MIPS initialize DMI scan before SLAB is rea 14 #define dmi_alloc(l) memblo 15 16 #if defined(CONFIG_MACH_LOONGSON64) 17 #define SMBIOS_ENTRY_POINT_SCAN_START 0xFFFE 18 #endif 19 20 #endif /* _ASM_DMI_H */ 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.