From: Oliver McFadden Date: Sun, 13 May 2007 07:53:40 +0000 (+0000) Subject: r300: Synchronized R300 register defines file. X-Git-Tag: libdrm-2.3.1~239 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6ff0caaa3e8f61f7c19950913b1ce731f979ce3;p=platform%2Fupstream%2Flibdrm.git r300: Synchronized R300 register defines file. Just moved the indent control comments so that indent doesn't try to change anything. --- diff --git a/shared-core/r300_reg.h b/shared-core/r300_reg.h index e309a48c..8ff362b9 100644 --- a/shared-core/r300_reg.h +++ b/shared-core/r300_reg.h @@ -23,11 +23,11 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. **************************************************************************/ +/* *INDENT-OFF* */ + #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 @@ -1606,6 +1606,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. */ #define R300_CP_CMD_BITBLT_MULTI 0xC0009B00 -/* *INDENT-ON* */ - #endif /* _R300_REG_H */ + +/* *INDENT-ON* */