1#ifndef _IPXE_BLOCKTRANS_H
2#define _IPXE_BLOCKTRANS_H
int block_translate(struct interface *block, void *buffer, size_t size)
Insert block device translator.
uint16_t size
Buffer size.
uint32_t buffer
Buffer index (or NETVSC_RNDIS_NO_BUFFER)
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
uint8_t block[3][8]
DES-encrypted blocks.
A block device translator.
struct interface xfer
Data transfer interface.
size_t blksize
Block size.
struct xfer_buffer xferbuf
Data transfer buffer.
struct refcnt refcnt
Reference count.
struct interface block
Block device interface.