]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/gpu/drm/nouveau/core/include/subdev/bios/rammap.h
staging: r8821ae: Enable build by reverting BROKEN marking
[karo-tx-linux.git] / drivers / gpu / drm / nouveau / core / include / subdev / bios / rammap.h
1 #ifndef __NVBIOS_RAMMAP_H__
2 #define __NVBIOS_RAMMAP_H__
3
4 u16 nvbios_rammap_table(struct nouveau_bios *, u8 *ver, u8 *hdr,
5                         u8 *cnt, u8 *len, u8 *snr, u8 *ssz);
6 u16 nvbios_rammap_entry(struct nouveau_bios *, int idx,
7                         u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
8 u16 nvbios_rammap_match(struct nouveau_bios *, u16 khz,
9                         u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
10
11 #endif