1 /* SPDX-License-Identifier: Apache-2.0 OR MIT */ 2 /* 3 * Copyright (c) 2025 Rockchip Electronics Co., Ltd. 4 */ 5 6 #include "kmpp_ioc.h" 7 8 #define KMPP_OBJ_NAME kmpp_ioc 9 #define KMPP_OBJ_INTF_TYPE KmppIoc 10 #define KMPP_OBJ_SGLN_ID MPP_SGLN_KMPP_IOC 11 #define KMPP_OBJ_ENTRY_TABLE KMPP_IOC_ENTRY_TABLE 12 #define KMPP_OBJ_MISMATCH_LOG_DISABLE 13 #include "kmpp_obj_helper.h" 14