URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [media/] [video/] [msp3400.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#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 */
Go to most recent revision | Compare with Previous | Blame | View Log