mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
10 lines
172 B
C
10 lines
172 B
C
#pragma once
|
|
|
|
typedef struct {
|
|
NvChannel* parent;
|
|
nvioctl_fence fifo_fence;
|
|
} NvGpfifo;
|
|
|
|
Result nvfifoCreate(NvGpfifo* f, NvChannel* parent);
|
|
void nvfifoClose();
|