1 #ifndef __NVBIOS_MXM_H__ 2 #define __NVBIOS_MXM_H__ 3 u16 mxm_table(struct nvkm_bios *, u8 *ver, u8 *hdr); 4 u8 mxm_sor_map(struct nvkm_bios *, u8 conn); 5 u8 mxm_ddc_map(struct nvkm_bios *, u8 port); 6 #endif 7