aboutsummaryrefslogtreecommitdiffstats
path: root/net/dns_resolver/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/dns_resolver/internal.h')
-rw-r--r--net/dns_resolver/internal.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/net/dns_resolver/internal.h b/net/dns_resolver/internal.h
index 7af1ed39c009..0c570d40e4d6 100644
--- a/net/dns_resolver/internal.h
+++ b/net/dns_resolver/internal.h
@@ -23,6 +23,14 @@
#include <linux/sched.h>
/*
+ * Layout of key payload words.
+ */
+enum {
+ dns_key_data,
+ dns_key_error,
+};
+
+/*
* dns_key.c
*/
extern const struct cred *dns_resolver_cache;