summaryrefslogblamecommitdiffstats
path: root/src/include/ipxe/efi/efi_path.h
blob: f8b95fd21d880755877ec8d523304b40b67c1be8 (plain) (tree)


















                                                              
#ifndef _IPXE_EFI_PATH_H
#define _IPXE_EFI_PATH_H

/** @file
 *
 * EFI device paths
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <ipxe/efi/efi.h>
#include <ipxe/efi/Protocol/DevicePath.h>

extern EFI_DEVICE_PATH_PROTOCOL *
efi_path_end ( EFI_DEVICE_PATH_PROTOCOL *path );
extern size_t efi_path_len ( EFI_DEVICE_PATH_PROTOCOL *path );

#endif /* _IPXE_EFI_PATH_H */