priv.h 219 B

12345678
  1. #ifndef __NVKM_FALCON_PRIV_H__
  2. #define __NVKM_FALCON_PRIV_H__
  3. #include <engine/falcon.h>
  4. void
  5. nvkm_falcon_ctor(const struct nvkm_falcon_func *, struct nvkm_subdev *,
  6. const char *, u32, struct nvkm_falcon *);
  7. #endif