repo.or.cz
/
open-ps2-loader
/
simon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mgh: fix for default HDD DMA mode, that wasn't correctly set
[open-ps2-loader/simon.git]
/
modules
/
vmc
/
mcman
/
cdvdman_add.h
blob
8f889f0ac39d15e96f82f5de23ebec2449a6fdcb
1
#ifndef _CDVDMAN_ADD_H_
2
#define _CDVDMAN_ADD_H_
3
4
#include
"types.h"
5
#include
"irx.h"
6
7
#include <cdvdman.h>
8
9
int
sceCdRC
(
cd_clock_t
*
rtc
);
10
#define I_sceCdRC DECLARE_IMPORT(51 , sceCdRC)
11
12
#endif