Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / drivers / gpu / drm / nouveau / include / nvkm / subdev / bios / npde.h
blobee5419b7b45b4e95c61257ea85dd2518776475cb
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NVBIOS_NPDE_H__
3 #define __NVBIOS_NPDE_H__
4 struct nvbios_npdeT {
5 u32 image_size;
6 bool last;
7 };
9 u32 nvbios_npdeTe(struct nvkm_bios *, u32);
10 u32 nvbios_npdeTp(struct nvkm_bios *, u32, struct nvbios_npdeT *);
11 #endif