mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
7 lines
192 B
C
7 lines
192 B
C
// Copyright 2018 plutoo
|
|
#pragma once
|
|
#include "kernel/uevent.h"
|
|
|
|
void _ueventTryAutoClear(UEvent* e);
|
|
bool _ueventAddListener(UEvent* e, WaiterNode* w, s32 idx, s32* idx_out, Handle thread);
|