L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches
l4_vhw_entry Struct Reference

Description of a device. More...

#include <vhw.h>

+ Collaboration diagram for l4_vhw_entry:

Data Fields

enum l4_vhw_entry_type type
 Type of virtual hardware.
 
l4_uint32_t provider_pid
 Host PID of the VHW provider.
 
l4_addr_t mem_start
 Start of memory region.
 
l4_addr_t mem_size
 Size of memory region.
 
l4_uint32_t irq_no
 IRQ number.
 
l4_uint32_t fd
 File descriptor.
 

Detailed Description

Description of a device.

Examples
examples/sys/ux-vhw/main.c.

Definition at line 55 of file vhw.h.


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