brintos

brintos / linux-shallow public Read only

0
0
Text · 305 B · c29a782 Raw
22 lines · c
1#ifndef __NVIF_IF500D_H__2#define __NVIF_IF500D_H__3#include "if000c.h"4 5struct nv50_vmm_vn {6	/* nvif_vmm_vX ... */7};8 9struct nv50_vmm_map_vn {10	/* nvif_vmm_map_vX ... */11};12 13struct nv50_vmm_map_v0 {14	/* nvif_vmm_map_vX ... */15	__u8  version;16	__u8  ro;17	__u8  priv;18	__u8  kind;19	__u8  comp;20};21#endif22