#ifndef _AX25_LAPB_H #define _AX25_LAPB_H /* * state machine tables for lapb and dama slave */ extern ax25_statefunc_t ax25_lapb_table[]; extern ax25_statefunc_t ax25_dama_table[]; #endif