intel_cpu_info.h 227 B

12345678910111213
  1. /* SPDX-License-Identifier: MIT */
  2. /*
  3. * Copyright © 2024 Intel Corporation
  4. */
  5. #ifndef _INTEL_CPU_INFO_H_
  6. #define _INTEL_CPU_INFO_H_
  7. #include <linux/types.h>
  8. bool intel_match_g8_cpu(void);
  9. #endif /* _INTEL_CPU_INFO_H_ */