aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/cachedhcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/cachedhcp.h')
-rw-r--r--src/include/ipxe/cachedhcp.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/include/ipxe/cachedhcp.h b/src/include/ipxe/cachedhcp.h
new file mode 100644
index 000000000..7765c6455
--- /dev/null
+++ b/src/include/ipxe/cachedhcp.h
@@ -0,0 +1,17 @@
+#ifndef _IPXE_CACHEDHCP_H
+#define _IPXE_CACHEDHCP_H
+
+/** @file
+ *
+ * Cached DHCP packet
+ *
+ */
+
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+
+#include <stddef.h>
+#include <ipxe/uaccess.h>
+
+extern int cachedhcp_record ( userptr_t data, size_t max_len );
+
+#endif /* _IPXE_CACHEDHCP_H */