mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Remove Pd_session::Native_pd definition from API
This type can be a forward declaration in the public API because its definition is required only in kernel-specific code. Fixes #3979
This commit is contained in:
@@ -291,7 +291,7 @@ struct Genode::Pd_session : Session, Ram_allocator
|
||||
/**
|
||||
* Common base class of kernel-specific PD interfaces
|
||||
*/
|
||||
struct Native_pd : Interface { };
|
||||
struct Native_pd;
|
||||
|
||||
/**
|
||||
* Return capability to kernel-specific PD operations
|
||||
|
||||
Reference in New Issue
Block a user