brintos

brintos / linux-shallow public Read only

0
0
Text · 308 B · 9b16454 Raw
24 lines · c
1#ifndef __NVIF_IF900B_H__2#define __NVIF_IF900B_H__3#include "if000a.h"4 5struct gf100_mem_vn {6	/* nvif_mem_vX ... */7};8 9struct gf100_mem_v0 {10	/* nvif_mem_vX ... */11	__u8  version;12	__u8  contig;13};14 15struct gf100_mem_map_vn {16};17 18struct gf100_mem_map_v0 {19	__u8  version;20	__u8  ro;21	__u8  kind;22};23#endif24