mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-24 07:46:42 +00:00
d6e30c19de
The 'copy_to' function turned out to be not flexible enough to accommodate the Noux fork mechanism. This patch removes the function, adds an accessor for the capability destination and a compound type 'Native_capability::Raw' to be used wherever plain capability information must be communicated. |
||
---|---|---|
.. | ||
32bit/base | ||
64bit/base | ||
arm/cpu | ||
base | ||
cap_session | ||
cpu_session | ||
dataspace | ||
io_mem_session | ||
io_port_session | ||
irq_session | ||
log_session | ||
pager | ||
parent | ||
pd_session | ||
ram_session | ||
rm_session | ||
rom_session | ||
root | ||
session | ||
signal_session | ||
thread | ||
util | ||
x86/cpu | ||
x86_32/cpu | ||
x86_64/cpu | ||
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.