diff options
Diffstat (limited to 'src/i830_common.h')
-rw-r--r-- | src/i830_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i830_common.h b/src/i830_common.h index c5167c11..a0a00ff4 100644 --- a/src/i830_common.h +++ b/src/i830_common.h @@ -55,7 +55,8 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. typedef struct { enum { I830_INIT_DMA = 0x01, - I830_CLEANUP_DMA = 0x02 + I830_CLEANUP_DMA = 0x02, + I830_RESUME_DMA = 0x03 } func; unsigned int mmio_offset; int sarea_priv_offset; |