summaryrefslogtreecommitdiff
path: root/nvif/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvif/driver.h')
-rw-r--r--nvif/driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvif/driver.h b/nvif/driver.h
index ac4bdb3ea..8bd39e692 100644
--- a/nvif/driver.h
+++ b/nvif/driver.h
@@ -17,5 +17,6 @@ struct nvif_driver {
extern const struct nvif_driver nvif_driver_nvkm;
extern const struct nvif_driver nvif_driver_drm;
extern const struct nvif_driver nvif_driver_lib;
+extern const struct nvif_driver nvif_driver_null;
#endif