mirror of
https://github.com/switchbrew/libnx.git
synced 2025-12-08 13:15:15 +01:00
8 lines
163 B
C
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);
|