13 lines
202 B
C
13 lines
202 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2015 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __PORT_MISC_H__
|
|
#define __PORT_MISC_H__
|
|
|
|
#include "ccci_core.h"
|
|
#include "port_t.h"
|
|
|
|
#endif /* __PORT_MISC_H__ */
|