blob: 8bfd3c04a9b8c7fe9bce2d519ec160989e306603 [file] [log] [blame]
Holger Hans Peter Freyther4f448c92010-07-05 16:02:04 +08001/* OpenBSC BSC code */
2
3#ifndef OSMO_BSC_H
4#define OSMO_BSC_H
5
6#include "bsc_api.h"
7
8struct bsc_api *osmo_bsc_api();
9
10#endif