libtransistor
A userland library for the Nintendo Switch
|
Memory allocation args structure for the nvmap object. More...
#include <nv_ioc.h>
Data Fields | |
uint32_t | handle |
uint32_t | heapmask |
uint32_t | flags |
(0=read-only, 1=read-write) | |
uint32_t | align |
uint8_t | kind |
uint8_t | pad [7] |
uint64_t | addr |
Memory allocation args structure for the nvmap object.
Nintendo extended this one with 16 bytes, and changed it from in to inout.