summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common/l23_app.h
blob: 1a2285677e010c128a9ab8de59dfc6b672e90d69 (plain)
1
2
3
4
5
6
7
8
9
10
#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);
extern int (*l23_app_exit) (struct osmocom_ms *ms);

#endif /* _L23_APP_H */