genode/repos/base/include
Emery Hemingway 38ab456c78 Remove pointers from Genode::Fifo interface
Replace methods of Genode::Fifo returning pointers with methods which
call lambdas with references.

Ref #3135
2019-02-19 11:08:17 +01:00
..
base Remove pointers from Genode::Fifo interface 2019-02-19 11:08:17 +01:00
cap_session
cpu
cpu_session Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
cpu_thread Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
dataspace Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
deprecated Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
drivers imx6q_sabrelite: enable sd_card_drv 2019-02-19 11:08:17 +01:00
io_mem_session Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
io_port_session
irq_session Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
log_session
parent init: health monitoring of child components 2018-11-27 11:36:34 +01:00
pd_session Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
ram_session
region_map base: support to attach RAM dataspaces readonly 2018-05-30 13:36:27 +02:00
rm_session Automatic session quota upgrades for RM connections 2018-06-29 10:44:54 +02:00
rom_session Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
root Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
session
spec Move timer from os to base repository 2019-01-14 12:33:57 +01:00
thread
timer Move timer from os to base repository 2019-01-14 12:33:57 +01:00
timer_session Move timer from os to base repository 2019-01-14 12:33:57 +01:00
trace_session trace_session: fix exception list in 'trace' RPC 2018-02-09 13:34:19 +01:00
util Remove pointers from Genode::Fifo interface 2019-02-19 11:08:17 +01:00
vm_session vm_session: move from base-hw to base 2019-01-30 13:35:28 +01:00
README

This directory contains include files of interfaces that are exported
by components to be used by other components. Each subdirectory corresponds
to the component exporting the interface.