Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
123456789101112131415161718 |
- #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 */
|