1 #ifndef __NVBIOS_NPDE_H__ 2 #define __NVBIOS_NPDE_H__ 3 struct nvbios_npdeT { 4 u32 image_size; 5 bool last; 6 }; 7 8 u32 nvbios_npdeTe(struct nvkm_bios *, u32); 9 u32 nvbios_npdeTp(struct nvkm_bios *, u32, struct nvbios_npdeT *); 10 #endif 11
1 #ifndef __NVBIOS_NPDE_H__ 2 #define __NVBIOS_NPDE_H__ 3 struct nvbios_npdeT { 4 u32 image_size; 5 bool last; 6 }; 7 8 u32 nvbios_npdeTe(struct nvkm_bios *, u32); 9 u32 nvbios_npdeTp(struct nvkm_bios *, u32, struct nvbios_npdeT *); 10 #endif 11