libnx
v4.8.0
include
switch
nvidia
channel.h
1
#pragma once
2
#include "
types.h
"
3
#include "ioctl.h"
4
5
typedef
struct
NvChannel
{
6
u32
fd;
7
bool
has_init;
8
}
NvChannel
;
9
10
Result
nvChannelCreate(
NvChannel
* c,
const
char
* dev);
11
void
nvChannelClose(
NvChannel
* c);
12
13
Result
nvChannelSetPriority(
NvChannel
* c, NvChannelPriority prio);
14
Result
nvChannelSetTimeout(
NvChannel
* c,
u32
timeout);
NvChannel
Definition:
channel.h:5
types.h
Various system types.
Result
u32 Result
Function error code result type.
Definition:
types.h:44
u32
uint32_t u32
32-bit unsigned integer.
Definition:
types.h:21
Generated by
1.9.1