wdenk | 232c150 | 2004-03-12 00:14:09 +0000 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2003 |
| 3 | * Gerry Hamel, geh@ti.com, Texas Instruments |
| 4 | * |
| 5 | * Based on |
| 6 | * linux/drivers/usbd/ep0.c |
| 7 | * |
| 8 | * Copyright (c) 2000, 2001, 2002 Lineo |
| 9 | * Copyright (c) 2001 Hewlett Packard |
| 10 | * |
| 11 | * By: |
| 12 | * Stuart Lynne <sl@lineo.com>, |
| 13 | * Tom Rushworth <tbr@lineo.com>, |
| 14 | * Bruce Balden <balden@lineo.com> |
| 15 | * |
| 16 | * This program is free software; you can redistribute it and/or modify |
| 17 | * it under the terms of the GNU General Public License as published by |
| 18 | * the Free Software Foundation; either version 2 of the License, or |
| 19 | * (at your option) any later version. |
| 20 | * |
| 21 | * This program is distributed in the hope that it will be useful, |
| 22 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 23 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 24 | * GNU General Public License for more details. |
| 25 | * |
| 26 | * You should have received a copy of the GNU General Public License |
| 27 | * along with this program; if not, write to the Free Software |
| 28 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| 29 | * |
| 30 | */ |
| 31 | |
| 32 | #ifndef __USBDCORE_EP0_H__ |
| 33 | #define __USBDCORE_EP0_H__ |
| 34 | |
| 35 | |
| 36 | int ep0_recv_setup (struct urb *urb); |
| 37 | |
| 38 | |
| 39 | #endif |