aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/core/include/subdev/bios/npde.h
blob: b18413d951e53566168d039cdd8668cbf77a6e17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __NVBIOS_NPDE_H__
#define __NVBIOS_NPDE_H__

struct nvbios_npdeT {
	u32 image_size;
	bool last;
};

u32 nvbios_npdeTe(struct nouveau_bios *, u32);
u32 nvbios_npdeTp(struct nouveau_bios *, u32, struct nvbios_npdeT *);

#endif