[all] Add stub for new Endpoint kernel object
This commit is contained in:
parent
1f7a15eed4
commit
69501bfe01
15 changed files with 144 additions and 38 deletions
3
lib/mammoth/src/endpoint_client.cpp
Normal file
3
lib/mammoth/src/endpoint_client.cpp
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#include "mammoth/endpoint_server.h"
|
||||
|
||||
EndpointClient EndpointClient::AdoptEndpoint(z_cap_t cap) { return {cap}; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue