8 lines
149 B
C
8 lines
149 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#ifndef _ASM_X86_CPUID_H
|
|
#define _ASM_X86_CPUID_H
|
|
|
|
#include <asm/cpuid/api.h>
|
|
|
|
#endif /* _ASM_X86_CPUID_H */
|