2 * arch/arm/plat-omap/include/mach/irda.h
4 * Copyright (C) 2005-2006 Komal Shah <komal_shah802003@yahoo.com>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
10 #ifndef ASMARM_ARCH_IRDA_H
11 #define ASMARM_ARCH_IRDA_H
13 /* board specific transceiver capabilities */
15 #define IR_SEL 1 /* Selects IrDA */
20 struct omap_irda_config
{
22 int (*transceiver_mode
)(struct device
*dev
, int mode
);
23 int (*select_irda
)(struct device
*dev
, int state
);
26 unsigned long dest_start
;
27 unsigned long src_start
;