http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[Contribs] Add updated wake-on-LAN patch from Bill <level42@sympatico.ca>
[people/mcb30/gpxe.git]
/
contrib
/
wakeonlan
/
wol.h
1
#ifndef _USR_WOL_H
2
#define _USR_WOL_H
3
4
/** @file
5
*
6
* Wakeon lan
7
*
8
*/
9
10
extern void wakeup_server(char *);
11
12
#endif /* _USR_WOL_H */