Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Release 1.0
[palacios.git] / geekos / include / lwip / apps / ping.h
diff --git a/geekos/include/lwip/apps/ping.h b/geekos/include/lwip/apps/ping.h
new file mode 100644 (file)
index 0000000..6093563
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef __PING_H__
+#define __PING_H__
+
+void ping_init(void);
+
+#endif /* __PING_H__ */