mirror of
https://github.com/switchbrew/libnx.git
synced 2025-12-08 21:25:14 +01:00
8 lines
158 B
C
8 lines
158 B
C
typedef struct {
|
|
NvChannel* parent;
|
|
nvioctl_fence fifo_fence;
|
|
} NvGpfifo;
|
|
|
|
Result nvfifoCreate(NvGpfifo* f, NvChannel* parent);
|
|
void nvfifoClose();
|