* From cepheus-q-oss * Run clang-format on source files Change-Id: I0bb9b2a35997c1ef6a078841b9586b9ee94db9a5
8 lines
188 B
C
8 lines
188 B
C
#ifndef HALLS_H
|
|
#define HALLS_H
|
|
|
|
typedef void (*halls_status_notify)(int halls_status);
|
|
extern void halls_register_halls_status_notify(halls_status_notify halls_cb);
|
|
|
|
#endif /* HALLS_H */
|