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
►
dev9
►
dvrp
►
fs
▼
hdd
►
apa
►
fsck
►
fssk
►
hdck
▼
hdsk
▼
src
apa-opt.h
hdd_blkio.h
hdl.c
hdl.h
hdsk-devctl.h
hdsk.c
hdsk.h
irx_imports.h
misc_hdsk.c
misc_hdsk.h
sim.c
sim.h
►
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
hdsk-devctl.h
1
/*
2
# _____ ___ ____ ___ ____
3
# ____| | ____| | | |____|
4
# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5
#-----------------------------------------------------------------------
6
# Copyright 2001-2004, ps2dev - http://www.ps2dev.org
7
# Licenced under Academic Free License version 2.0
8
# Review ps2sdk README & LICENSE files for further details.
9
*/
10
11
#ifndef __PS2SDK_HDSK_IOCTL_H__
12
#define __PS2SDK_HDSK_IOCTL_H__
13
14
enum
HDSK_DEVCTL {
15
HDSK_DEVCTL_GET_FREE = 0,
16
HDSK_DEVCTL_GET_HDD_STAT,
17
HDSK_DEVCTL_START,
18
HDSK_DEVCTL_WAIT,
19
HDSK_DEVCTL_POLL,
20
HDSK_DEVCTL_GET_STATUS,
21
HDSK_DEVCTL_STOP,
22
HDSK_DEVCTL_GET_PROGRESS,
23
};
24
25
struct
hdskStat
26
{
27
u32 free;
28
u32 total;
29
};
25
struct
hdskStat
{
…
};
30
31
#endif
hdskStat
Definition
hdsk-devctl.h:26
iop
hdd
hdsk
src
hdsk-devctl.h
Generated on Wed Feb 19 2025 02:05:17 for PS2SDK by
1.12.0