mirror of
https://github.com/switchbrew/libnx.git
synced 2025-12-08 21:25:14 +01:00
13 lines
184 B
C
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
|
|
}
|
|
|