#ifndef OSMO_BTS_SIGNAL_H #define OSMO_BTS_SIGNAL_H #include enum sig_subsys { SS_GLOBAL, }; enum signals_global { S_NEW_SYSINFO, }; #endif