Linux-libre 3.10.54-gnu
[librecmc/linux-libre.git] / drivers / gpu / drm / nouveau / core / include / subdev / bios / mxm.h
1 #ifndef __NVBIOS_MXM_H__
2 #define __NVBIOS_MXM_H__
3
4 u16 mxm_table(struct nouveau_bios *, u8 *ver, u8 *hdr);
5
6 u8  mxm_sor_map(struct nouveau_bios *, u8 conn);
7 u8  mxm_ddc_map(struct nouveau_bios *, u8 port);
8
9 #endif