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