diff options
Diffstat (limited to 'shared/radeon_drm.h')
-rw-r--r-- | shared/radeon_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/radeon_drm.h b/shared/radeon_drm.h index 512d36b9..3ab57309 100644 --- a/shared/radeon_drm.h +++ b/shared/radeon_drm.h @@ -396,7 +396,7 @@ typedef struct drm_radeon_init { enum { RADEON_INIT_CP = 0x01, RADEON_CLEANUP_CP = 0x02, - RADEON_INIT_R200_CP = 0x03, + RADEON_INIT_R200_CP = 0x03 } func; unsigned long sarea_priv_offset; int is_pci; |