#include <stddef.h>
#include <mailbox.h>

Go to the source code of this file.
Functions | |
| syscall | mailboxInit (void) |
| Initialize mailbox structures. | |
Definition in file mailboxInit.c.
| syscall mailboxInit | ( | void | ) |
Initialize mailbox structures.
Definition at line 19 of file mailboxInit.c.
References OK, and semcreate().
Referenced by sysinit().


1.5.6