Skip to content
Snippets Groups Projects
Commit 97345982 authored by Lorenzo Pivetta's avatar Lorenzo Pivetta
Browse files

Remove devicestate.h

parent 5c46ca30
No related branches found
No related tags found
No related merge requests found
/*
* devicestate.h
*
* LP - 2013.01.03
*/
#ifndef DEVICESTATE_H
#define DEVICESTATE_H
typedef enum {
UNKNOWN,
ONLINE,
OFFLINE,
SERVICE,
TEST,
DEVICESTATE_T_SIZE
} devicestate_t;
#endif /* DEVICESTATE_H */
/* EOF */
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment