1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-09-26 19:04:54 +00:00
Files
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

27 lines
857 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* mddp_ctrl.h - Public API/structure provided by ctrl.
*
* Copyright (c) 2020 MediaTek Inc.
*/
#ifndef __MDDP_CTRL_H
#define __MDDP_CTRL_H
#include "mddp_export.h"
//------------------------------------------------------------------------------
// Define marco.
// -----------------------------------------------------------------------------
//------------------------------------------------------------------------------
// Struct definition.
// -----------------------------------------------------------------------------
//------------------------------------------------------------------------------
// Public functions.
// -----------------------------------------------------------------------------
struct mddp_app_t *mddp_get_app_inst(enum mddp_app_type_e type);
#endif /* __MDDP_CTRL_H */