libnx/nx/include/switch/nvidia/channel.h
2018-02-26 08:44:25 +01:00

8 lines
163 B
C

typedef struct NvChannel {
u32 fd;
bool has_init;
} NvChannel;
Result nvchannelCreate(NvChannel* c, const char* dev);
void nvchannelClose(NvChannel* c);