osmocom-bb/src/host/layer23/include/osmocom/bb/common/l23_app.h

11 lines
304 B
C
Raw Normal View History

#ifndef _L23_APP_H
#define _L23_APP_H
/* initialization, called once when starting the app, before entering
* select loop */
extern int l23_app_init(struct osmocom_ms *ms);
extern int (*l23_app_work) (struct osmocom_ms *ms);
2010-04-29 18:46:11 +00:00
extern int (*l23_app_exit) (struct osmocom_ms *ms);
#endif /* _L23_APP_H */