/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2018 BayLibre, SAS * Author: Maxime Jourdan <[email protected]> */ #ifndef __MESON_VDEC_PLATFORM_H_ #define __MESON_VDEC_PLATFORM_H_ #include "vdec.h" struct amvdec_format; enum vdec_revision { … }; struct vdec_platform { … }; extern const struct vdec_platform vdec_platform_gxbb; extern const struct vdec_platform vdec_platform_gxm; extern const struct vdec_platform vdec_platform_gxl; extern const struct vdec_platform vdec_platform_g12a; extern const struct vdec_platform vdec_platform_sm1; #endif