/* SPDX-License-Identifier: MIT */ #ifndef __NVBIOS_RAMCFG_H__ #define __NVBIOS_RAMCFG_H__ struct nvbios_ramcfg { … }; u8 nvbios_ramcfg_count(struct nvkm_bios *); u8 nvbios_ramcfg_index(struct nvkm_subdev *); #endif
/* SPDX-License-Identifier: MIT */ #ifndef __NVBIOS_RAMCFG_H__ #define __NVBIOS_RAMCFG_H__ struct nvbios_ramcfg { … }; u8 nvbios_ramcfg_count(struct nvkm_bios *); u8 nvbios_ramcfg_index(struct nvkm_subdev *); #endif