9 lines
164 B
C
9 lines
164 B
C
#ifndef MANGO_OBJECT_H_
|
|
#define MANGO_OBJECT_H_
|
|
|
|
#include <mango/types.h>
|
|
|
|
extern kern_status_t kern_object_wait(kern_wait_item_t *items, size_t nr_items);
|
|
|
|
#endif
|