summaryrefslogblamecommitdiffstats
path: root/src/include/ipxe/efi/efi_block.h
blob: f8cf7fc1344d6ec371a5dbffe88e6dd3501ee8e2 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                       
                              
#ifndef _IPXE_EFI_BLOCK_H
#define _IPXE_EFI_BLOCK_H

/** @block
 *
 * EFI block device protocols
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#ifdef SANBOOT_EFI
#define SANBOOT_PREFIX_efi
#else
#define SANBOOT_PREFIX_efi __efi_
#endif

#endif /* _IPXE_EFI_BLOCK_H */