1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 3 * Copyright (C) 2024 Intel Corporation 4 * 5 * based on arch/arm64/include/asm/dmi.h 6 * 7 * This file is subject to the terms and condi 8 * License. See the file "COPYING" in the mai 9 * for more details. 10 */ 11 12 #ifndef __ASM_DMI_H 13 #define __ASM_DMI_H 14 15 #include <linux/io.h> 16 #include <linux/slab.h> 17 18 #define dmi_early_remap(x, l) memrem 19 #define dmi_early_unmap(x, l) memunm 20 #define dmi_remap(x, l) memrem 21 #define dmi_unmap(x) memunm 22 #define dmi_alloc(l) kzallo 23 24 #endif 25
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.