tws_send_event
tws_send_event(sc, TWS_INIT_START);
tws_send_event(sc, TWS_INIT_COMPLETE);
tws_send_event(sc, TWS_UNINIT_START);
void tws_send_event(struct tws_softc *sc, u_int8_t event);
tws_send_event(sc, TWS_RESET_START);
tws_send_event(sc, TWS_RESET_COMPLETE);
tws_send_event(sc, TWS_RESET_START);
tws_send_event(sc, TWS_RESET_COMPLETE);
extern void tws_send_event(struct tws_softc *sc, u_int8_t event);