mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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
@@ -220,7 +220,7 @@ struct Genode::Cpu_session : Session
|
||||
/**
|
||||
* Common base class of kernel-specific CPU interfaces
|
||||
*/
|
||||
struct Native_cpu : Interface { };
|
||||
struct Native_cpu;
|
||||
|
||||
/**
|
||||
* Return capability to kernel-specific CPU operations
|
||||
|
||||
Reference in New Issue
Block a user