summaryrefslogtreecommitdiffstats
path: root/workspace/customdhcpcd/src/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'workspace/customdhcpcd/src/status.h')
-rw-r--r--workspace/customdhcpcd/src/status.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/workspace/customdhcpcd/src/status.h b/workspace/customdhcpcd/src/status.h
new file mode 100644
index 0000000..afdc071
--- /dev/null
+++ b/workspace/customdhcpcd/src/status.h
@@ -0,0 +1,21 @@
+/*
+ * status.h
+ *
+ * Created on: Jul 11, 2011
+ * Author: niklas
+ */
+
+#ifndef STATUS_H_
+#define STATUS_H_
+
+enum STATUS {
+ STAT_OK,
+ STAT_ERROR
+};
+
+enum SUBSTATUS {
+ DISCOVER,
+ OFFER
+};
+
+#endif /* STATUS_H_ */