summaryrefslogtreecommitdiff
path: root/include/net/dropreason.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/dropreason.h')
-rw-r--r--include/net/dropreason.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/dropreason.h b/include/net/dropreason.h
index ecd18b7b1364..013ff0f2543e 100644
--- a/include/net/dropreason.h
+++ b/include/net/dropreason.h
@@ -181,4 +181,6 @@ enum skb_drop_reason {
SKB_DR_SET(name, reason); \
} while (0)
+extern const char * const drop_reasons[];
+
#endif