From 4e1b9faba7503f99ee2fbcd7458f66ade42fa309 Mon Sep 17 00:00:00 2001 From: Niklas Date: Thu, 1 Sep 2011 09:31:39 +0200 Subject: tried to clean the git. deleted old unused files and folders. moved customdhcpcd and LogReceiver to the fbgui folder --- customdhcpcd/src/status.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 customdhcpcd/src/status.h (limited to 'customdhcpcd/src/status.h') 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_ */ -- cgit v1.2.3-55-g7522