priv.h 258 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __NVKM_FALCON_PRIV_H__
  3. #define __NVKM_FALCON_PRIV_H__
  4. #include <engine/falcon.h>
  5. void
  6. nvkm_falcon_ctor(const struct nvkm_falcon_func *, struct nvkm_subdev *,
  7. const char *, u32, struct nvkm_falcon *);
  8. #endif