summaryrefslogtreecommitdiff
path: root/src/tfp410/tfp410_reg.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-03-11 11:27:10 -0700
committerEric Anholt <eric@anholt.net>2008-03-11 11:27:10 -0700
commit15f17aa682129c57d3864a355834edff06e91540 (patch)
treef6453ad9c26ac57a0f96c70e60254d5bf4ce2b75 /src/tfp410/tfp410_reg.h
parent642ba6278876ec945ad687c2b9624e532cd3f629 (diff)
Cleanse DVO drivers of CARD* types.
Diffstat (limited to 'src/tfp410/tfp410_reg.h')
-rw-r--r--src/tfp410/tfp410_reg.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/tfp410/tfp410_reg.h b/src/tfp410/tfp410_reg.h
index c555b977..5bfe28b2 100644
--- a/src/tfp410/tfp410_reg.h
+++ b/src/tfp410/tfp410_reg.h
@@ -88,19 +88,4 @@
#define TFP410_V_RES_LO 0x3C
#define TFP410_V_RES_HI 0x3D
-typedef struct _TFP410SaveRec {
- CARD8 ctl1;
- CARD8 ctl2;
-} TFP410SaveRec;
-
-typedef struct {
- I2CDevRec d;
- Bool quiet;
-
- TFP410SaveRec SavedReg;
- TFP410SaveRec ModeReg;
-} TFP410Rec, *TFP410Ptr;
-
-#define TFPPTR(d) ((TFP410Ptr)(d->DriverPrivate.ptr))
-
#endif