summaryrefslogtreecommitdiffstats
path: root/contrib/wakeonlan/wol.h
diff options
context:
space:
mode:
authorMichael Brown2008-03-19 02:08:38 +0100
committerMichael Brown2008-03-19 02:08:38 +0100
commit7067142fb492d911588581d7620797e0a6bc706b (patch)
treea69b75327e4fdfecff0829bb8e5b000f71d807cd /contrib/wakeonlan/wol.h
parent[Settings] Allow named settings to have their type specified explicitly (diff)
downloadipxe-7067142fb492d911588581d7620797e0a6bc706b.tar.gz
ipxe-7067142fb492d911588581d7620797e0a6bc706b.tar.xz
ipxe-7067142fb492d911588581d7620797e0a6bc706b.zip
[Contribs] Add updated wake-on-LAN patch from Bill <level42@sympatico.ca>
Diffstat (limited to 'contrib/wakeonlan/wol.h')
-rw-r--r--contrib/wakeonlan/wol.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/wakeonlan/wol.h b/contrib/wakeonlan/wol.h
new file mode 100644
index 00000000..0bae6b66
--- /dev/null
+++ b/contrib/wakeonlan/wol.h
@@ -0,0 +1,12 @@
+#ifndef _USR_WOL_H
+#define _USR_WOL_H
+
+/** @file
+ *
+ * Wakeon lan
+ *
+ */
+
+extern void wakeup_server(char *);
+
+#endif /* _USR_WOL_H */