License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / drivers / gpu / drm / nouveau / include / nvkm / subdev / bios / bit.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
70c0f263
BS
2#ifndef __NVBIOS_BIT_H__
3#define __NVBIOS_BIT_H__
70c0f263
BS
4struct bit_entry {
5 u8 id;
6 u8 version;
7 u16 length;
8 u16 offset;
9};
10
d390b480 11int bit_entry(struct nvkm_bios *, u8 id, struct bit_entry *);
70c0f263 12#endif