NV services: Difference between revisions
No edit summary |
→NVMAP_IOC_FREE: Fix incorrect comment about flags |
||
Line 499: | Line 499: | ||
__in u32 handle; | __in u32 handle; | ||
u32 pad; | u32 pad; | ||
__out u64 address; | __out u64 address; // 0 if the handle wasn't yet freed | ||
__out u32 size; | __out u32 size; | ||
__out u32 flags; // 1= | __out u32 flags; // 1=WAS_UNCACHED (if flags bit 1 was set when NVMAP_IOC_ALLOC was called) | ||
}; | }; | ||