14 lines
400 B
C
14 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"
|