43 lines
185 B
C
43 lines
185 B
C
#ifndef DEV_STATIS_H
|
|
#define DEV_STATIS_H
|
|
|
|
|
|
// #include "system/includes.h"
|
|
// #include "system/event.h"
|
|
|
|
|
|
int dev_status_event_filter(int *msg);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|