diff options
Diffstat (limited to 'board/sc3/sc3.h')
| -rw-r--r-- | board/sc3/sc3.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/sc3/sc3.h b/board/sc3/sc3.h index cf920f9f5..060aecede 100644 --- a/board/sc3/sc3.h +++ b/board/sc3/sc3.h @@ -85,7 +85,7 @@ static unsigned long inline hcReadDWord (unsigned long base, unsigned int offset  /* control and status registers isp1161 */  #define HcRevision		0x00 -#define HcControl 		0x01 +#define HcControl		0x01  #define HcCommandStatus		0x02  #define HcInterruptStatus	0x03  #define HcInterruptEnable	0x04 |