controller-legacy/include/enums.h

9 lines
130 B
C
Raw Normal View History

2020-02-23 00:13:27 +00:00
#ifndef CONTROLLER_ENUMS_H
#define CONTROLLER_ENUMS_H
enum poll_fgs {
POLL_FGS_DISCOVERY
};
#endif /* CONTROLLER_ENUMS_H */