L4Re Operating System Framework – Interface and Usage Documentation
Loading...
Searching...
No Matches
Fiasco-UX Virtual devices

Virtual hardware devices, provided by Fiasco-UX. More...

+ Collaboration diagram for Fiasco-UX Virtual devices:

Data Structures

struct  l4_vhw_entry
 Description of a device. More...
 
struct  l4_vhw_descriptor
 Virtual hardware devices description. More...
 

Enumerations

enum  l4_vhw_entry_type { L4_TYPE_VHW_NONE , L4_TYPE_VHW_FRAMEBUFFER , L4_TYPE_VHW_INPUT , L4_TYPE_VHW_NET }
 Type of device. More...
 

Detailed Description

Virtual hardware devices, provided by Fiasco-UX.

Include File
#include <l4/sys/vhw.h>
Descriptors for virtual hardware (under UX).

Enumeration Type Documentation

◆ l4_vhw_entry_type

Type of device.

Enumerator
L4_TYPE_VHW_NONE 

None entry.

L4_TYPE_VHW_FRAMEBUFFER 

Framebuffer device.

L4_TYPE_VHW_INPUT 

Input device.

L4_TYPE_VHW_NET 

Network device.

Definition at line 44 of file vhw.h.