mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-23 21:32:39 +02:00
8 lines
212 B
C
8 lines
212 B
C
// Copyright 2018 plutoo
|
|
#pragma once
|
|
#include "kernel/uevent.h"
|
|
#include "wait.h"
|
|
|
|
Result _ueventTryAutoClear(UEvent* e);
|
|
bool _ueventAddListener(UEvent* e, WaiterNode* w, s32 idx, s32* idx_out, Handle thread);
|