summaryrefslogtreecommitdiffstats
path: root/customdhcpcd/src/status.h
diff options
context:
space:
mode:
authorNiklas2011-09-01 09:31:39 +0200
committerNiklas2011-09-01 09:31:39 +0200
commit4e1b9faba7503f99ee2fbcd7458f66ade42fa309 (patch)
tree4f9668c17d4dbf103ba71302624a387b080301a3 /customdhcpcd/src/status.h
parentsome minor changes (diff)
downloadfbgui-4e1b9faba7503f99ee2fbcd7458f66ade42fa309.tar.gz
fbgui-4e1b9faba7503f99ee2fbcd7458f66ade42fa309.tar.xz
fbgui-4e1b9faba7503f99ee2fbcd7458f66ade42fa309.zip
tried to clean the git. deleted old unused files and folders. moved customdhcpcd and LogReceiver to the fbgui folder
Diffstat (limited to 'customdhcpcd/src/status.h')
-rw-r--r--customdhcpcd/src/status.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/customdhcpcd/src/status.h b/customdhcpcd/src/status.h
new file mode 100644
index 0000000..0a1dc8a
--- /dev/null
+++ b/customdhcpcd/src/status.h
@@ -0,0 +1,19 @@
+/*
+ * status.h
+ *
+ * Created on: Jul 11, 2011
+ * Author: niklas
+ */
+
+#ifndef STATUS_H_
+#define STATUS_H_
+
+#define DHCPCD_EXIT 9
+#define DHCPCD_ARP_TEST 10
+#define DHCPCD_CONFIGURE 11
+#define DHCPCD_WRITE 12
+#define DHCPCD_LOG 13
+
+
+
+#endif /* STATUS_H_ */