summaryrefslogtreecommitdiffstats
path: root/workspace/customdhcpcd/src/status.h
blob: 493eea158228bbee4f0dc7c8503d899bd7b1c59b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * status.h
 *
 *  Created on: Jul 11, 2011
 *      Author: niklas
 */

#ifndef STATUS_H_
#define STATUS_H_

enum STATUS {
	STAT_OK,
	STAT_ERROR,
	STAT_INFO
};

enum SUBSTATUS {
	DISCOVER,
	OFFER
};

#endif /* STATUS_H_ */