This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-arm / arch-imx / serial.h
similarity index 51%
rename from drivers/media/dvb/ttusb-dec/ttusbdecfe.h
rename to include/asm-arm/arch-imx/serial.h
index 15ccc3d..c885c48 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * TTUSB DEC Driver
+ *  linux/include/asm-arm/arch-imx/serial.h
  *
- * Copyright (C) 2003-2004 Alex Woods <linux-dvb@giblets.org>
+ *  Copyright (C) 1999 ARM Limited
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
+#ifndef __ASM_ARCH_SERIAL_H
+#define __ASM_ARCH_SERIAL_H
 
-#ifndef TTUSBDECFE_H
-#define TTUSBDECFE_H
-
-#include <linux/dvb/frontend.h>
-
-struct ttusbdecfe_config
-{
-       int (*send_command)(struct dvb_frontend* fe, const u8 command,
-                           int param_length, const u8 params[],
-                           int *result_length, u8 cmd_result[]);
-};
-
-extern struct dvb_frontend* ttusbdecfe_dvbs_attach(const struct ttusbdecfe_config* config);
-
-extern struct dvb_frontend* ttusbdecfe_dvbt_attach(const struct ttusbdecfe_config* config);
+#define STD_SERIAL_PORT_DEFNS
+#define EXTRA_SERIAL_PORT_DEFNS
 
-#endif // TTUSBDECFE_H
+#endif /* __ASM_ARCH_SERIAL_H */