coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
bounce_buffer Struct Reference

#include <bouncebuf.h>

Collaboration diagram for bounce_buffer:
Collaboration graph

Data Fields

voiduser_buffer
 
voidbounce_buffer
 
size_t len
 
size_t len_aligned
 
unsigned int flags
 

Detailed Description

Definition at line 39 of file bouncebuf.h.

Field Documentation

◆ bounce_buffer

void* bounce_buffer::bounce_buffer

Definition at line 47 of file bouncebuf.h.

◆ flags

unsigned int bounce_buffer::flags

Definition at line 53 of file bouncebuf.h.

◆ len

size_t bounce_buffer::len

Definition at line 49 of file bouncebuf.h.

Referenced by sdhci_send_command().

◆ len_aligned

size_t bounce_buffer::len_aligned

Definition at line 51 of file bouncebuf.h.

◆ user_buffer

void* bounce_buffer::user_buffer

Definition at line 41 of file bouncebuf.h.


The documentation for this struct was generated from the following file: