From b4e5123e5d78935a3ab961d54ee5902eed37aa32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Stenberg?= Date: Thu, 22 Nov 2007 20:51:00 +0000 Subject: New USB stack git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15758 a1c6a512-1295-4272-9138-f99709370657 --- firmware/usbstack/host.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 firmware/usbstack/host.h (limited to 'firmware/usbstack/host.h') diff --git a/firmware/usbstack/host.h b/firmware/usbstack/host.h deleted file mode 100644 index b27449c..0000000 --- a/firmware/usbstack/host.h +++ /dev/null @@ -1,31 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2007 by Christian Gmeiner - * - * All files in this archive are subject to the GNU General Public License. - * See the file COPYING in the source tree root for full license agreement. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ - -#ifndef _USBSTACK_HOST_H_ -#define _USBSTACK_HOST_H_ - -/* - * usb host driver - */ -struct usb_host_driver { - const char* name; - void* data; /* used to store controller specific ops struct */ -}; - -#endif /*_USBSTACK_HOST_H_*/ -- cgit v1.1