aboutsummaryrefslogtreecommitdiffstats
path: root/src/hdlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hdlc.h')
-rw-r--r--src/hdlc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/hdlc.h b/src/hdlc.h
index 10ec8e2..2d44e75 100644
--- a/src/hdlc.h
+++ b/src/hdlc.h
@@ -2,16 +2,9 @@
#include <osmocom/core/bits.h>
-enum hdlc_proc_state {
- STATE_INIT,
- STATE_FLAG_WAIT_ZERO,
- STATE_PAYLOAD,
-};
-
struct hdlc_proc {
ubit_t history[8];
ubit_t next_outbyte[8];
- enum hdlc_proc_state state;
uint8_t num_bits;
};