mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 23:53:55 +00:00
Remove Cpu_session::Native_cpu definition from API
This type can be a forward declaration in the public API because its definition is required only in kernel-specific code. Related to #3979
This commit is contained in:
committed by
Norman Feske
parent
3e73d8d7b6
commit
6cfaac182a
@ -25,7 +25,7 @@ namespace Genode {
|
||||
}
|
||||
|
||||
|
||||
class Genode::Native_cpu_component : public Rpc_object<Linux_native_cpu,
|
||||
class Genode::Native_cpu_component : public Rpc_object<Cpu_session::Native_cpu,
|
||||
Native_cpu_component>
|
||||
{
|
||||
private:
|
||||
|
Reference in New Issue
Block a user