summaryrefslogblamecommitdiffstats
path: root/src/include/ipxe/efi/efi_cachedhcp.h
blob: 5968a1ea223dc66dd9421c7fb8cea799646b0a60 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                       

                                                                   

                                  
#ifndef _IPXE_EFI_CACHEDHCP_H
#define _IPXE_EFI_CACHEDHCP_H

/** @file
 *
 * EFI cached DHCP packet
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <ipxe/efi/efi.h>

extern int efi_cachedhcp_record ( EFI_HANDLE device,
				  EFI_DEVICE_PATH_PROTOCOL *path );

#endif /* _IPXE_EFI_CACHEDHCP_H */