mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-02 01:08:13 +00:00
0be6817226
So far, the lifetime-management utilities 'Weak_ptr' and 'Locked_ptr' had been preserved for core-internal use only. However, the utilities are handy for many use cases outside of core where object lifetimes must be managed. So we promote them to the public API.
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.