/* SPDX-License-Identifier: Apache-2.0 * Copyright (c) 2023 Cisco Systems, Inc. */ #ifndef _MUSDK_H_ #define _MUSDK_H_ #define MVCONF_DBG_LEVEL 0 #define MVCONF_PP2_BPOOL_COOKIE_SIZE 32 #define MVCONF_PP2_BPOOL_DMA_ADDR_SIZE 64 #define MVCONF_DMA_PHYS_ADDR_T_SIZE 64 #define MVCONF_SYS_DMA_UIO #define MVCONF_TYPES_PUBLIC #define MVCONF_DMA_PHYS_ADDR_T_PUBLIC #include #include #include #include #include #endif /* _MUSDK_H_ */