PS2SDK
PS2 Homebrew Libraries
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 Thu Nov 14 2024 05:25:27 for PS2SDK by
1.9.8