diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2010-01-14 20:16:03 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2010-01-14 20:16:03 +0000 |
commit | b3cba9021f0b5437afbacc286b5e026c84ef7141 (patch) | |
tree | e2d81af292de964188c26c7a5de312732978c949 /firmware/target/arm/s5l8700/usb-target.h | |
parent | 75400545be5fbec85517a20ac6a85e1beb7da6ff (diff) |
Meizu M6SP: add stubs so the meizu m6sp binary compiles and links
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24228 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/s5l8700/usb-target.h')
-rw-r--r-- | firmware/target/arm/s5l8700/usb-target.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/firmware/target/arm/s5l8700/usb-target.h b/firmware/target/arm/s5l8700/usb-target.h new file mode 100644 index 0000000000..2c9f841773 --- /dev/null +++ b/firmware/target/arm/s5l8700/usb-target.h @@ -0,0 +1,24 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2010 by Bertrik Sikken + * + * 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. + * + ****************************************************************************/ + + void usb_init_device(void); + + |