cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

mxm.h (237B)


      1/* SPDX-License-Identifier: MIT */
      2#ifndef __NVBIOS_MXM_H__
      3#define __NVBIOS_MXM_H__
      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);
      7#endif