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 / mxm.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
d38ac521
BS
2#ifndef __NVBIOS_MXM_H__
3#define __NVBIOS_MXM_H__
d390b480
BS
4u16 mxm_table(struct nvkm_bios *, u8 *ver, u8 *hdr);
5u8 mxm_sor_map(struct nvkm_bios *, u8 conn);
6u8 mxm_ddc_map(struct nvkm_bios *, u8 port);
d38ac521 7#endif