diff options
Diffstat (limited to 'nouveau/nouveau.h')
-rw-r--r-- | nouveau/nouveau.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nouveau/nouveau.h b/nouveau/nouveau.h index d7954cf4..51a95981 100644 --- a/nouveau/nouveau.h +++ b/nouveau/nouveau.h @@ -38,6 +38,7 @@ struct nv04_fifo { struct nvc0_fifo { struct nouveau_fifo base; + uint32_t notify; }; struct nv04_notify { |