repo.or.cz
/
libogc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove const from TPL_OpenTPLFromMemory since the memory is altered
[libogc.git]
/
libdb
/
geckousb.h
blob
7e14a42d902c507a1ca157621854ee07e880ad4f
1
#ifndef __GECKOUSB_H___
2
#define __GECKOUSB_H___
3
4
#include
"debug_if.h"
5
6
struct
dbginterface
*
usb_init
(
s32 channel
);
7
8
#endif