mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
14 lines
227 B
C
14 lines
227 B
C
![]() |
/* SPDX-License-Identifier: MIT */
|
||
|
/*
|
||
|
* Copyright © 2024 Intel Corporation
|
||
|
*/
|
||
|
|
||
|
#ifndef _INTEL_CPU_INFO_H_
|
||
|
#define _INTEL_CPU_INFO_H_
|
||
|
|
||
|
#include <linux/types.h>
|
||
|
|
||
|
bool intel_match_g8_cpu(void);
|
||
|
|
||
|
#endif /* _INTEL_CPU_INFO_H_ */
|