]> Git Repo - linux.git/blob - drivers/media/platform/amphion/vpu_msgs.h
Linux 6.14-rc3
[linux.git] / drivers / media / platform / amphion / vpu_msgs.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright 2020-2021 NXP
4  */
5
6 #ifndef _AMPHION_VPU_MSGS_H
7 #define _AMPHION_VPU_MSGS_H
8
9 int vpu_isr(struct vpu_core *core, u32 irq);
10 void vpu_inst_run_work(struct work_struct *work);
11 void vpu_msg_run_work(struct work_struct *work);
12 void vpu_msg_delayed_work(struct work_struct *work);
13
14 #endif
This page took 0.031773 seconds and 4 git commands to generate.