PS2SDK
PS2 Homebrew Libraries
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
c
d
e
f
g
i
l
m
n
p
q
r
s
t
u
v
Variables
_
c
d
f
g
i
k
m
n
p
q
r
s
t
u
v
w
Typedefs
a
d
h
i
l
m
n
p
r
s
t
w
Enumerations
_
a
c
d
g
i
l
m
n
o
p
s
t
v
Enumerator
c
d
e
g
i
n
p
s
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
z
▼
PS2SDK
PS2SDK - PS2DEV Open Source Project
PS2SDK - KERNEL LIBRARY
remote
►
Topics
►
Data Structures
▼
Files
▼
File List
►
common
►
ee
▼
iop
►
arcade
►
cdvd
►
debug
►
deckard
►
dev9
►
dvrp
►
fs
▼
hdd
►
apa
►
fsck
►
fssk
▼
hdck
▼
src
apa-opt.h
hdck.c
hdd_blkio.h
irx_imports.h
misc_hdck.c
misc_hdck.h
►
hdsk
►
libapa
►
libpfs
►
pfs
►
iLink
►
kernel
►
memorycard
►
network
►
security
►
sio
►
sound
►
startup
►
system
►
tcpip
►
usb
►
tools
►
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
apa-opt.h
1
#ifndef _APA_OPT_H
2
#define _APA_OPT_H
3
4
#define APA_PRINTF(format, ...) printf(format, ##__VA_ARGS__)
5
#define APA_DRV_NAME "hdck"
6
7
// Module version
8
#define APA_MODVER_MAJOR 1
9
#define APA_MODVER_MINOR 4
10
11
#ifdef _IOP
12
#define APA_ENTRYPOINT _start
13
#else
14
#define APA_ENTRYPOINT hdck_start
15
#endif
16
17
#endif
iop
hdd
hdck
src
apa-opt.h
Generated on Sat May 17 2025 02:56:34 for PS2SDK by
1.12.0