aboutsummaryrefslogtreecommitdiff
path: root/xlat/packet_diag_attrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlat/packet_diag_attrs.h')
-rw-r--r--xlat/packet_diag_attrs.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/xlat/packet_diag_attrs.h b/xlat/packet_diag_attrs.h
new file mode 100644
index 00000000..83bf88a5
--- /dev/null
+++ b/xlat/packet_diag_attrs.h
@@ -0,0 +1,22 @@
+/* Generated by ./xlat/gen.sh from ./xlat/packet_diag_attrs.in; do not edit. */
+
+#ifdef IN_MPERS
+
+# error static const struct xlat packet_diag_attrs in mpers mode
+
+#else
+
+static
+const struct xlat packet_diag_attrs[] = {
+ XLAT(PACKET_DIAG_INFO),
+ XLAT(PACKET_DIAG_MCLIST),
+ XLAT(PACKET_DIAG_RX_RING),
+ XLAT(PACKET_DIAG_TX_RING),
+ XLAT(PACKET_DIAG_FANOUT),
+ XLAT(PACKET_DIAG_UID),
+ XLAT(PACKET_DIAG_MEMINFO),
+ XLAT(PACKET_DIAG_FILTER),
+ XLAT_END
+};
+
+#endif /* !IN_MPERS */