20 Jun
2011
20 Jun
'11
12:32 p.m.
On Mon, Jun 20, 2011 at 04:36:18PM +0900, Sangbeom Kim wrote:
+#define I2SCON 0x0 +#define I2SMOD 0x4 +#define I2SFIC 0x8 +#define I2SPSR 0xc +#define I2STXD 0x10 +#define I2SRXD 0x14 +#define I2SFICS 0x18 +#define I2STXDS 0x1c
It'd be better to namespace things in header files, though if the header is only included in a single driver it doesn't really matter so much.