|
|
| File: [Development] / linux-2.6-xfs / drivers / media / video / Attic / msp3400.h (download)
Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.6.0 |
#ifndef MSP3400_H
#define MSP3400_H
/* ---------------------------------------------------------------------- */
struct msp_dfpreg {
int reg;
int value;
};
#define MSP_SET_DFPREG _IOW('m',15,struct msp_dfpreg)
#define MSP_GET_DFPREG _IOW('m',16,struct msp_dfpreg)
#endif /* MSP3400_H */