Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 #ifndef __NVBIOS_MXM_H__
0003 #define __NVBIOS_MXM_H__
0004 u16 mxm_table(struct nvkm_bios *, u8 *ver, u8 *hdr);
0005 u8  mxm_sor_map(struct nvkm_bios *, u8 conn);
0006 u8  mxm_ddc_map(struct nvkm_bios *, u8 port);
0007 #endif