linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/bit.h

/* SPDX-License-Identifier: MIT */
#ifndef __NVBIOS_BIT_H__
#define __NVBIOS_BIT_H__
struct bit_entry {};

int bit_entry(struct nvkm_bios *, u8 id, struct bit_entry *);
#endif