aboutsummaryrefslogtreecommitdiffstats
path: root/gr-dpd/swig/dpd_swig.i
diff options
context:
space:
mode:
Diffstat (limited to 'gr-dpd/swig/dpd_swig.i')
-rw-r--r--gr-dpd/swig/dpd_swig.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-dpd/swig/dpd_swig.i b/gr-dpd/swig/dpd_swig.i
index 18f93ab..5636efe 100644
--- a/gr-dpd/swig/dpd_swig.i
+++ b/gr-dpd/swig/dpd_swig.i
@@ -9,8 +9,14 @@
%{
#include "dpd/memless_poly.h"
+#include "dpd/lut.h"
+#include "dpd/clut.h"
%}
%include "dpd/memless_poly.h"
GR_SWIG_BLOCK_MAGIC2(dpd, memless_poly);
+%include "dpd/lut.h"
+GR_SWIG_BLOCK_MAGIC2(dpd, lut);
+%include "dpd/clut.h"
+GR_SWIG_BLOCK_MAGIC2(dpd, clut);