drm/nouveau: merge nouveau_platform.ko into nouveau.ko
[deliverable/linux.git] / drivers / gpu / drm / nouveau / core / include / subdev / bios / image.h
CommitLineData
ad4a3626
BS
1#ifndef __NVBIOS_IMAGE_H__
2#define __NVBIOS_IMAGE_H__
3
4struct nvbios_image {
5 u32 base;
6 u32 size;
7 u8 type;
8 bool last;
9};
10
11bool nvbios_image(struct nouveau_bios *, int, struct nvbios_image *);
12
13#endif
This page took 0.036145 seconds and 5 git commands to generate.