11 lines
209 B
C
11 lines
209 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
/*
|
||
|
|
* Copyright (C) 2016 MediaTek Inc.
|
||
|
|
*/
|
||
|
|
|
||
|
|
#ifndef __PORT_SYSMSG_H__
|
||
|
|
#define __PORT_SYSMSG_H__
|
||
|
|
#include "ccci_core.h"
|
||
|
|
#include "port_t.h"
|
||
|
|
#endif /* __PORT_SYSMSG_H__ */
|