From 31849edb3b503ade659981dfa36babf5ad8757c5 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 18 Dec 2006 13:32:21 -0800 Subject: Move the ch7xxx code to the style I've been settling on for output code. --- src/ch7xxx/ch7xxx_reg.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/ch7xxx/ch7xxx_reg.h') diff --git a/src/ch7xxx/ch7xxx_reg.h b/src/ch7xxx/ch7xxx_reg.h index e24e9a6b..891fde8b 100644 --- a/src/ch7xxx/ch7xxx_reg.h +++ b/src/ch7xxx/ch7xxx_reg.h @@ -39,18 +39,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #define CH7xxx_NUM_REGS 0x4c -typedef struct _CH7xxxSaveRec { - CARD8 regs[CH7xxx_NUM_REGS]; -} CH7xxxSaveRec; - -typedef struct { - I2CDevRec d; - CH7xxxSaveRec SavedReg; - CH7xxxSaveRec ModeReg; -} CH7xxxRec, *CH7xxxPtr; - -#define CH7PTR(d) ((CH7xxxPtr)(d->DriverPrivate.ptr)) - #define CH7xxx_CM 0x1C #define CH7xxx_CM_XCM (1<<0) #define CH7xxx_CM_MCP (1<<2) -- cgit v1.2.3