mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 15:25:02 +07:00
9 lines
219 B
C
9 lines
219 B
C
|
#ifndef __NVKM_FALCON_PRIV_H__
|
||
|
#define __NVKM_FALCON_PRIV_H__
|
||
|
#include <engine/falcon.h>
|
||
|
|
||
|
void
|
||
|
nvkm_falcon_ctor(const struct nvkm_falcon_func *, struct nvkm_subdev *,
|
||
|
const char *, u32, struct nvkm_falcon *);
|
||
|
#endif
|