mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-29 16:22:39 +02:00
error_notifier.h: Add missing functions to header
This commit is contained in:
parent
999edaa8b2
commit
de664c5655
@ -10,3 +10,5 @@ typedef struct {
|
||||
|
||||
Result nvErrorNotifierCreate(NvErrorNotifier* t, NvGpu* parent);
|
||||
void nvErrorNotifierClose(NvErrorNotifier* t);
|
||||
Result nvErrorNotifierWait(NvErrorNotifier* t, u64 timeout);
|
||||
Result nvErrorNotifierGetError(NvErrorNotifier* t, NvError* out);
|
||||
|
Loading…
Reference in New Issue
Block a user