summaryrefslogtreecommitdiff
path: root/firmware/usb.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-06-29 22:41:39 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-06-29 22:41:39 +0000
commit65c42d56ac58e19f41bc575efd5180eab82110f0 (patch)
treeaf764db57e5c09b62f0db4e0745d3c4f40adc2e4 /firmware/usb.h
parent270274ae5b5e808e8892859ee20deaef5075d35a (diff)
downloadrockbox-65c42d56ac58e19f41bc575efd5180eab82110f0.tar.gz
rockbox-65c42d56ac58e19f41bc575efd5180eab82110f0.zip
First version
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1257 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/usb.h')
-rw-r--r--firmware/usb.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/firmware/usb.h b/firmware/usb.h
new file mode 100644
index 0000000000..de13f829c1
--- /dev/null
+++ b/firmware/usb.h
@@ -0,0 +1,25 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2002 by Linus Nielsen Feltzing
11 *
12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement.
14 *
15 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
16 * KIND, either express or implied.
17 *
18 ****************************************************************************/
19#ifndef _USB_H_
20#define _USB_H_
21
22void usb_init(void);
23void usb_acknowledge(int id);
24
25#endif