mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
7 lines
212 B
C
7 lines
212 B
C
// Copyright 2018 plutoo
|
|
#pragma once
|
|
#include "kernel/uevent.h"
|
|
|
|
void _ueventTryAutoClear(UsermodeEvent* e);
|
|
bool _ueventAddListener(UsermodeEvent* e, WaiterNode* w, size_t idx, size_t* idx_out, Handle thread);
|