summaryrefslogtreecommitdiff
path: root/include/linux/asn1_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/asn1_decoder.h')
-rw-r--r--include/linux/asn1_decoder.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/asn1_decoder.h b/include/linux/asn1_decoder.h
new file mode 100644
index 0000000..fbfc423
--- /dev/null
+++ b/include/linux/asn1_decoder.h
@@ -0,0 +1,8 @@
+/* Automatically created during backport process */
+#ifndef CPTCFG_BPAUTO_ASN1_DECODER
+#include_next <linux/asn1_decoder.h>
+#else
+#undef asn1_ber_decoder
+#define asn1_ber_decoder LINUX_BACKPORT(asn1_ber_decoder)
+#include <linux/backport-asn1_decoder.h>
+#endif /* CPTCFG_BPAUTO_ASN1_DECODER */