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

/* SPDX-License-Identifier: MIT */
#ifndef __NVBIOS_INIT_H__
#define __NVBIOS_INIT_H__

struct nvbios_init {};

#define nvbios_init(s,o,ARGS...)
int nvbios_exec(struct nvbios_init *);

int nvbios_post(struct nvkm_subdev *, bool execute);
#endif