From df09274768f020fe403cbe9475f5ba192247826d Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 31 Dec 2011 18:43:53 +0000 Subject: move usb_pin_init() declaration to PP's system-target.h remove duplicate usb_detect() declaration Remove all content from empty usb-target.h files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31488 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/hosted/android/app/usb-target.h | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'firmware/target/hosted/android/app/usb-target.h') diff --git a/firmware/target/hosted/android/app/usb-target.h b/firmware/target/hosted/android/app/usb-target.h index 10e04677f9..e69de29bb2 100644 --- a/firmware/target/hosted/android/app/usb-target.h +++ b/firmware/target/hosted/android/app/usb-target.h @@ -1,25 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2010 by Thomas Martitz - * - * 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 the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ - -#ifndef __USB_TARGET_H__ -#define __USB_TARGET_H__ - -#endif /* __USB_TARGET_H__ */ -- cgit v1.2.3