mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +03:00
[Contribs] Add updated wake-on-LAN patch from Bill <level42@sympatico.ca>
This commit is contained in:
12
contrib/wakeonlan/wol.h
Normal file
12
contrib/wakeonlan/wol.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _USR_WOL_H
|
||||
#define _USR_WOL_H
|
||||
|
||||
/** @file
|
||||
*
|
||||
* Wakeon lan
|
||||
*
|
||||
*/
|
||||
|
||||
extern void wakeup_server(char *);
|
||||
|
||||
#endif /* _USR_WOL_H */
|
||||
Reference in New Issue
Block a user