libnx/nx/include/switch/nvidia/gpu/error_notifier.h
2018-03-11 01:31:46 +01:00

11 lines
218 B
C

typedef struct NvGpu NvGpu;
typedef struct {
NvGpu* parent;
Event event;
bool has_init;
} NvErrorNotifier;
Result nverrCreate(NvErrorNotifier* t, NvGpu* parent);
void nverrClose(NvErrorNotifier* t);