summaryrefslogtreecommitdiff
path: root/src/nv_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nv_type.h')
-rw-r--r--src/nv_type.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nv_type.h b/src/nv_type.h
index 8426e62..9515bb0 100644
--- a/src/nv_type.h
+++ b/src/nv_type.h
@@ -285,7 +285,9 @@ typedef struct _NVRec {
int IRQ;
Bool LockedUp;
- NVAllocRec * Notifier0;
+ volatile void * NotifierBlock;
+ drm_nouveau_notifier_alloc_t *Notifier0;
+
drm_nouveau_fifo_alloc_t fifo;
CARD32 dmaPut;
CARD32 dmaCurrent;