libnx/nx/include/switch/nvidia/gpu/cmd_list.h
2018-03-11 21:49:22 +01:00

13 lines
184 B
C

typedef struct {
NvBuffer buffer;
} NvCmdList;
static inline iova_t nvcmdsGetGpuAddr() {
return 0; // TODO
}
static inline u64 nvcmdsGetListSize() {
return 0; // TODO
}