/*1* ADV7343 header file2*3* Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/4*5* This program is free software; you can redistribute it and/or6* modify it under the terms of the GNU General Public License as7* published by the Free Software Foundation version 2.8*9* This program is distributed .as is. WITHOUT ANY WARRANTY of any10* kind, whether express or implied; without even the implied warranty11* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12* GNU General Public License for more details.13*/1415#ifndef ADV7343_H16#define ADV7343_H1718#define ADV7343_COMPOSITE_ID (0)19#define ADV7343_COMPONENT_ID (1)20#define ADV7343_SVIDEO_ID (2)2122#endif /* End of #ifndef ADV7343_H */232425