summaryrefslogtreecommitdiff
path: root/lib/intel_chipset.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/intel_chipset.h')
-rw-r--r--lib/intel_chipset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/intel_chipset.h b/lib/intel_chipset.h
index 40170b7b..7fc9bd77 100644
--- a/lib/intel_chipset.h
+++ b/lib/intel_chipset.h
@@ -66,6 +66,7 @@ struct intel_device_info {
bool is_kabylake : 1;
bool is_geminilake : 1;
bool is_coffeelake : 1;
+ bool is_cometlake : 1;
bool is_cannonlake : 1;
bool is_icelake : 1;
const char *codename;