summaryrefslogtreecommitdiff
path: root/inc/response.h
blob: d945e0fefe9d4ec24aa5e48940ea2e4ba1e41f22 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef RESPONSE_H
#define RESPONSE_H

enum Response {
	OK,
	WAIT,
	BLOCKED,
};

#endif /* RESPONSE_H_INCLUDED */