Linux-6.18.2/drivers/media/platform/renesas/vsp1/vsp1_vspx.h
2025-12-23 20:06:59 +08:00

17 lines
375 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
/*
* vsp1_vspx.h -- R-Car Gen 4 VSPX
*
* Copyright (C) 2025 Ideas On Board Oy
* Copyright (C) 2025 Renesas Electronics Corporation
*/
#ifndef __VSP1_VSPX_H__
#define __VSP1_VSPX_H__
#include "vsp1.h"
int vsp1_vspx_init(struct vsp1_device *vsp1);
void vsp1_vspx_cleanup(struct vsp1_device *vsp1);
#endif /* __VSP1_VSPX_H__ */