forked from len0rd/rockbox
include kernel.h to work stand-alone better
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1897 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0c2e9f21e3
commit
c6c080defe
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@
|
|||
#ifndef _USB_H_
|
||||
#define _USB_H_
|
||||
|
||||
#include "kernel.h"
|
||||
|
||||
void usb_init(void);
|
||||
void usb_start_monitoring(void);
|
||||
void usb_acknowledge(int id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue