repo.or.cz
/
open-ps2-loader.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git]
/
modules
/
wip
/
lanman
/
smap.h
blob
f80134299989795fcca51934db33462517327dff
1
/*
2
Copyright (c) 2010 jimmikaelkael <jimmikaelkael@wanadoo.fr>
3
Licenced under Academic Free License version 3.0
4
*/
5
6
#ifndef SMAP_H
7
#define SMAP_H
8
9
#include <tamtypes.h>
10
11
int
smap_init
(
u8
*
eth_addr_src
);
12
int
smap_xmit
(
void
*
buf
,
int
size
);
13
14
#endif
/* SMAP_H */