aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/pdch_defrag.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/pdch_defrag.h')
-rw-r--r--openbsc/include/openbsc/pdch_defrag.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/pdch_defrag.h b/openbsc/include/openbsc/pdch_defrag.h
new file mode 100644
index 000000000..97b61fa7d
--- /dev/null
+++ b/openbsc/include/openbsc/pdch_defrag.h
@@ -0,0 +1,6 @@
+#ifndef _PDCH_DEFRAG_H
+#define _PDCH_DEFRAG_H
+
+void do_pdch_defrag(struct gsm_bts *bts);
+
+#endif /* _PDCH_DEFRAG_H */