]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/intel_cpu_info.h
Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[linux.git] / drivers / gpu / drm / i915 / intel_cpu_info.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2024 Intel Corporation
4  */
5
6 #ifndef _INTEL_CPU_INFO_H_
7 #define _INTEL_CPU_INFO_H_
8
9 #include <linux/types.h>
10
11 bool intel_match_g8_cpu(void);
12
13 #endif /* _INTEL_CPU_INFO_H_ */
This page took 0.029683 seconds and 4 git commands to generate.