mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-13 06:03:31 +00:00
This commit is a preparation commit for suspend/resume. The commit refactors the code in order to consolidate all Platform resources into one instance. All users within the driver should access the resources with with_* functions, which checks whether the device resource is usable. The callers are not allowed to store any references to the provided resources. Issue #5101
This source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.