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
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
smbman.c
1
/*
2
Copyright 2009-2010, jimmikaelkael
3
Licenced under Academic Free License version 3.0
4
*/
5
6
#include "types.h"
7
#include "
defs.h
"
8
#include "
irx.h
"
9
#include "
iomanX.h
"
10
#include "
loadcore.h
"
11
#include "
stdio.h
"
12
#include "
sysclib.h
"
13
14
#include "smb_fio.h"
15
#include "smb.h"
16
#include "debug.h"
17
18
#define MODNAME "smbman"
19
#define VER_MAJOR 2
20
#define VER_MINOR 2
21
22
IRX_ID(MODNAME, VER_MAJOR, VER_MINOR);
23
24
//-------------------------------------------------------------------------
25
int
_start(
int
argc,
char
*argv[])
26
{
27
(void)argc;
28
(void)argv;
29
30
printf(
"%s version 0x%01x%02x start!\n"
, MODNAME, VER_MAJOR, VER_MINOR);
31
32
smb_initdev();
33
34
return
MODULE_RESIDENT_END;
35
}
defs.h
iomanX.h
irx.h
loadcore.h
stdio.h
sysclib.h
iop
network
smbman
src
smbman.c
Generated on Sat May 17 2025 02:56:34 for PS2SDK by
1.12.0