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
►
iLink
►
kernel
►
memorycard
▼
network
►
netman
►
smap
▼
smbman
▼
src
auth.c
auth.h
debug.h
des.c
des.h
irx_imports.h
md4.c
md4.h
poll.c
poll.h
smb.c
smb.h
smb_fio.c
smb_fio.h
smbman.c
►
spduart
►
udptty
►
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
debug.h
1
/*
2
Copyright 2009-2010, jimmikaelkael
3
Licenced under Academic Free License version 3.0
4
*/
5
6
#ifndef __DEBUG_H__
7
#define __DEBUG_H__
8
9
#ifdef DEBUG
10
#define DPRINTF(args...) printf("SMBMAN: "args)
11
#else
12
#define DPRINTF(args...) \
13
do { \
14
} while (0)
15
#endif
16
17
#endif
iop
network
smbman
src
debug.h
Generated on Wed Feb 19 2025 02:05:14 for PS2SDK by
1.12.0