aboutsummaryrefslogtreecommitdiff
path: root/include/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/defs.h')
-rw-r--r--include/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/defs.h b/include/defs.h
index 76e798e..365a6e2 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -6,7 +6,8 @@
typedef enum {
GSR_GPU_VENDOR_AMD,
GSR_GPU_VENDOR_INTEL,
- GSR_GPU_VENDOR_NVIDIA
+ GSR_GPU_VENDOR_NVIDIA,
+ GSR_GPU_VENDOR_BROADCOM
} gsr_gpu_vendor;
typedef struct {