16 lines
421 B
C
16 lines
421 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2016 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __PORT_CTLMSG_H__
|
|
#define __PORT_CTLMSG_H__
|
|
|
|
#include "ccci_core.h"
|
|
#include "port_t.h"
|
|
/****************************************************************************/
|
|
/* External API Region called by port ctl object */
|
|
/****************************************************************************/
|
|
|
|
#endif /* __PORT_CTLMSG_H__ */
|