Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.22 19 lines 529 B view raw
1#ifndef _MIROPCM20_RDS_CORE_H_ 2#define _MIROPCM20_RDS_CORE_H_ 3 4extern int aci_rds_cmd(unsigned char cmd, unsigned char databuffer[], int datasize); 5 6#define RDS_STATUS 0x01 7#define RDS_STATIONNAME 0x02 8#define RDS_TEXT 0x03 9#define RDS_ALTFREQ 0x04 10#define RDS_TIMEDATE 0x05 11#define RDS_PI_CODE 0x06 12#define RDS_PTYTATP 0x07 13#define RDS_RESET 0x08 14#define RDS_RXVALUE 0x09 15 16extern void __exit unload_aci_rds(void); 17extern int __init attach_aci_rds(void); 18 19#endif /* _MIROPCM20_RDS_CORE_H_ */