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