kernel: implement sending, receiving, and replying to message via port/channel
This commit is contained in:
@@ -15,6 +15,7 @@ struct channel {
|
||||
};
|
||||
|
||||
extern kern_status_t channel_type_init(void);
|
||||
extern struct channel *channel_cast(struct object *obj);
|
||||
|
||||
extern struct channel *channel_create(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user