2 * arch/arm/mach-omap2/board-omap3evm-dc.h
4 * Copyright (C) 2008 Texas Instruments Inc
5 * Author: Vaibhav Hiremath <hvaibhav@ti.com>
8 * Anuj Aggarwal <anuj.aggarwal@ti.com>
9 * Sivaraj R <sivaraj@ti.com>
11 * This package is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
26 #ifndef __BOARD_OMAP3EVM_DC_H_
27 #define __BOARD_OMAP3EVM_DC_H_
29 /* mux id to enable/disable signal routing to different peripherals */
33 MUX_EXP_CAMERA_SENSOR
,
37 /* enum to enable or disable mux */
43 #endif /* __BOARD_OMAP3EVM_DC_H_ */