]> git.ipfire.org Git - people/arne_f/kernel.git/blame - drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/image.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / drivers / gpu / drm / nouveau / include / nvkm / subdev / bios / image.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
ad4a3626
BS
2#ifndef __NVBIOS_IMAGE_H__
3#define __NVBIOS_IMAGE_H__
ad4a3626
BS
4struct nvbios_image {
5 u32 base;
6 u32 size;
7 u8 type;
8 bool last;
9};
10
d390b480 11bool nvbios_image(struct nvkm_bios *, int, struct nvbios_image *);
ad4a3626 12#endif