From f173b5d9e29c2f107eee9ab1186af9fc1fc0ff31 Mon Sep 17 00:00:00 2001 From: Niklas Date: Mon, 11 Jul 2011 16:55:28 +0200 Subject: added the custom dhcpcd client to git. --- workspace/customdhcpcd/src/status.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 workspace/customdhcpcd/src/status.h (limited to 'workspace/customdhcpcd/src/status.h') 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_ */ -- cgit v1.2.3-55-g7522