Home | History | Annotate | Line # | Download | only in bios
      1 /*	$NetBSD: mxm.h,v 1.3 2021/12/18 23:45:33 riastradh Exp $	*/
      2 
      3 /* SPDX-License-Identifier: MIT */
      4 #ifndef __NVBIOS_MXM_H__
      5 #define __NVBIOS_MXM_H__
      6 u16 mxm_table(struct nvkm_bios *, u8 *ver, u8 *hdr);
      7 u8  mxm_sor_map(struct nvkm_bios *, u8 conn);
      8 u8  mxm_ddc_map(struct nvkm_bios *, u8 port);
      9 #endif
     10