brintos

brintos / linux-shallow public Read only

0
0
Text · 333 B · c7c8431 Raw
26 lines · c
1#ifndef __NVIF_IF500B_H__2#define __NVIF_IF500B_H__3#include "if000a.h"4 5struct nv50_mem_vn {6	/* nvif_mem_vX ... */7};8 9struct nv50_mem_v0 {10	/* nvif_mem_vX ... */11	__u8  version;12	__u8  bankswz;13	__u8  contig;14};15 16struct nv50_mem_map_vn {17};18 19struct nv50_mem_map_v0 {20	__u8  version;21	__u8  ro;22	__u8  kind;23	__u8  comp;24};25#endif26