L4Re - L4 Runtime Environment
protocols.h File Reference

L4Re Protocol Constants (C version) More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  L4re_protocols {
  L4RE_PROTO_DATASPACE = 0x4000, L4RE_PROTO_NAMESPACE, L4RE_PROTO_PARENT, L4RE_PROTO_GOOS,
  L4RE_PROTO_RSVD_1, L4RE_PROTO_RM, L4RE_PROTO_EVENT, L4RE_PROTO_INHIBITOR,
  L4RE_PROTO_DMA_SPACE, L4RE_PROTO_MMIO_SPACE, L4RE_PROTO_DEBUG = ~0x7fffL
}
 

Detailed Description

L4Re Protocol Constants (C version)

Definition in file protocols.h.

Enumeration Type Documentation

◆ L4re_protocols

Enumerator
L4RE_PROTO_DATASPACE 

ID for L4Re::Dataspace RPCs.

L4RE_PROTO_NAMESPACE 

ID for L4Re::Namespace RPCs.

L4RE_PROTO_PARENT 

ID for L4Re::Parent RPCs.

L4RE_PROTO_GOOS 

ID for L4Re::Video::Goos RPCs.

L4RE_PROTO_RSVD_1 

Reserved ID.

L4RE_PROTO_RM 

ID for L4Re::Rm RPCs.

L4RE_PROTO_EVENT 

ID for L4Re::Event RPCs.

L4RE_PROTO_INHIBITOR 

ID for L4Re::Inhibitor RPCs.

L4RE_PROTO_DMA_SPACE 

ID for L4Re::Dma_space RPCs.

L4RE_PROTO_MMIO_SPACE 

ID for L4Re::Mmio_space.

L4RE_PROTO_DEBUG 

ID for debugging RPCs.

Definition at line 30 of file protocols.h.