summaryrefslogtreecommitdiffstats
path: root/workspace/customdhcpcd/src/status.h
blob: afdc0717cf0ca8187812efc1b7075881a92955bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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_ */