Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ipc mailbox calls export #408

Closed
wants to merge 0 commits into from
Closed

Ipc mailbox calls export #408

wants to merge 0 commits into from

Conversation

SamuelVLC
Copy link
Contributor

@SamuelVLC SamuelVLC commented Mar 1, 2024

@SamuelVLC SamuelVLC linked an issue Mar 1, 2024 that may be closed by this pull request
2 tasks
@SamuelVLC SamuelVLC added the enhancement Enhancement Request on an Existing Feature label Mar 1, 2024
@SamuelVLC SamuelVLC self-assigned this Mar 1, 2024
@SamuelVLC SamuelVLC requested a review from ppenna March 1, 2024 01:44
Comment on lines 228 to 236
/**
* @brief Checks whether a mailbox is assigned.
*
* @param mbxid mailbox ID.
*
* @returns Upon successful (mailbox is assigned), returns 1. Upon Failure,
* returns 0.
*/
extern int kcall_mailbox_is_assigned(int mbxid);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement Request on an Existing Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Export system calls from mailbox mod to user space
2 participants