Files
magenta/libmango/include-user/mango/handle.h
T

10 lines
171 B
C
Raw Normal View History

2026-02-19 19:22:06 +00:00
#ifndef MANGO_HANDLE_H_
#define MANGO_HANDLE_H_
#include <mango/status.h>
#include <mango/types.h>
extern kern_status_t kern_handle_close(kern_handle_t handle);
#endif