ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/package/kernel/mfp/files/fp_classifier.h b/package/kernel/mfp/files/fp_classifier.h
new file mode 100644
index 0000000..6a64dd4
--- /dev/null
+++ b/package/kernel/mfp/files/fp_classifier.h
@@ -0,0 +1,21 @@
+#ifndef FP_CLASSIFIER_H
+#define FP_CLASSIFIER_H
+
+/*
+ * Fast path classifier
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version
+ * 2 of the License, or (at your option) any later version.
+ */
+
+/**--------------------------------------
+ * API FUNCTIONS
+ *--------------------------------------*/
+
+struct fpdb_entry *fpc_classify_start(struct sk_buff *skb, struct nf_conntrack_tuple *tuple);
+int fpc_classify_finish(struct sk_buff *skb, struct fpdb_entry *el);
+struct fp_net_device *fpc_classify(struct sk_buff *skb);
+
+#endif /* FP_CLASSIFIER_H */