These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / net / dns_resolver / internal.h
index 7af1ed3..0c570d4 100644 (file)
 #include <linux/kernel.h>
 #include <linux/sched.h>
 
+/*
+ * Layout of key payload words.
+ */
+enum {
+       dns_key_data,
+       dns_key_error,
+};
+
 /*
  * dns_key.c
  */