#ifndef TETRA_LLC_H
#define TETRA_LLC_H

#include "tetra_common.h"

int rx_tm_sdu(struct tetra_mac_state *tms, struct msgb *msg, unsigned int len);

#endif