pub mod error;
pub mod link_setup;
pub mod serial;
+pub mod soundcard;
pub mod soundmodem;
pub mod tnc;
+
+// Protocol definitions needed to implement stream and packet adapters or create fully custom LSFs
+pub use m17core::protocol::{LsfFrame, PacketType, StreamFrame};