Files
Sebastiano Barezzi 31981ddf4b drivers: Import halls driver
* From cepheus-q-oss
* Run clang-format on source files

Change-Id: I0bb9b2a35997c1ef6a078841b9586b9ee94db9a5
2026-01-04 11:55:20 +05:30

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 */