]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-arm/arch-pxa/irda.h
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-pxa / irda.h
1 #ifndef ASMARM_ARCH_IRDA_H
2 #define ASMARM_ARCH_IRDA_H
3
4 /* board specific transceiver capabilities */
5
6 #define IR_OFF          1
7 #define IR_SIRMODE      2
8 #define IR_FIRMODE      4
9
10 struct pxaficp_platform_data {
11         int transceiver_cap;
12         void (*transceiver_mode)(struct device *dev, int mode);
13 };
14
15 extern void pxa_set_ficp_info(struct pxaficp_platform_data *info);
16
17 #endif