aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/defs.h b/include/defs.h
index 473583c..d2d0572 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -1,6 +1,8 @@
#ifndef GSR_DEFS_H
#define GSR_DEFS_H
+#include <stdbool.h>
+
typedef enum {
GSR_GPU_VENDOR_AMD,
GSR_GPU_VENDOR_INTEL,
@@ -10,6 +12,7 @@ typedef enum {
typedef struct {
gsr_gpu_vendor vendor;
int gpu_version; /* 0 if unknown */
+ bool is_known_broken_driver;
} gsr_gpu_info;
typedef enum {