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 | * |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 16 | * SPDX-License-Identifier: GPL-2.0+ |
wdenk | 232c150 | 2004-03-12 00:14:09 +0000 | [diff] [blame] | 17 | */ |
| 18 | |
| 19 | #ifndef __USBDCORE_EP0_H__ |
| 20 | #define __USBDCORE_EP0_H__ |
| 21 | |
| 22 | |
| 23 | int ep0_recv_setup (struct urb *urb); |
| 24 | |
| 25 | |
| 26 | #endif |