mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: I25039633491e53bcda3a1dd04cad6408f3aff675
13 lines
400 B
C
13 lines
400 B
C
/* SPDX-License-Identifier: Apache-2.0 OR MIT */
|
|
/*
|
|
* Copyright (c) 2025 Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
#include "kmpp_ioc.h"
|
|
|
|
#define KMPP_OBJ_NAME kmpp_ioc
|
|
#define KMPP_OBJ_INTF_TYPE KmppIoc
|
|
#define KMPP_OBJ_SGLN_ID MPP_SGLN_KMPP_IOC
|
|
#define KMPP_OBJ_ENTRY_TABLE KMPP_IOC_ENTRY_TABLE
|
|
#define KMPP_OBJ_MISMATCH_LOG_DISABLE
|
|
#include "kmpp_obj_helper.h"
|