xref: /linux/drivers/media/platform/renesas/vsp1/vsp1_vspx.h (revision e7e86d7697c6ed1dbbde18d7185c35b6967945ed)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * vsp1_vspx.h  --  R-Car Gen 4 VSPX
4  *
5  * Copyright (C) 2025 Ideas On Board Oy
6  * Copyright (C) 2025 Renesas Electronics Corporation
7  */
8 #ifndef __VSP1_VSPX_H__
9 #define __VSP1_VSPX_H__
10 
11 #include "vsp1.h"
12 
13 int vsp1_vspx_init(struct vsp1_device *vsp1);
14 void vsp1_vspx_cleanup(struct vsp1_device *vsp1);
15 
16 #endif /* __VSP1_VSPX_H__ */
17