diff options
-rw-r--r-- | linux/mach64_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/mach64_drv.h b/linux/mach64_drv.h index 913b9cf4..c650ef61 100644 --- a/linux/mach64_drv.h +++ b/linux/mach64_drv.h @@ -144,7 +144,7 @@ extern int mach64_dma_swap( struct inode *inode, struct file *filp, # define BKGD_MIX_NOT_S (4 << 0) # define BKGD_MIX_D_XOR_S (5 << 0) # define BKGD_MIX_NOT_D_XOR_S (6 << 0) -# define BKGD_MIX_S (7 << 0) +# define MACH64_BKGD_MIX_S (7 << 0) # define BKGD_MIX_NOT_D_OR_NOT_S (8 << 0) # define BKGD_MIX_D_OR_NOT_S (9 << 0) # define BKGD_MIX_NOT_D_OR_S (10 << 0) |