r300; Indent would destroy r300_reg.h, so add *INDENT-OFF*.

This commit is contained in:
Oliver McFadden 2007-05-09 18:31:04 +00:00
parent 3c9e5cb0bd
commit 01fdb34b39

View file

@ -26,6 +26,8 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
#ifndef _R300_REG_H
#define _R300_REG_H
/* *INDENT-OFF* */
#define R300_MC_INIT_MISC_LAT_TIMER 0x180
# define R300_MC_MISC__MC_CPR_INIT_LAT_SHIFT 0
# define R300_MC_MISC__MC_VF_INIT_LAT_SHIFT 4
@ -1604,5 +1606,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#define R300_CP_CMD_BITBLT_MULTI 0xC0009B00
/* *INDENT-ON* */
#endif /* _R300_REG_H */