15 lines
213 B
C
15 lines
213 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
|
/*
|
||
|
|
* Copyright (c) 2019 MediaTek Inc.
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
#ifndef _IO_CTRL_H
|
||
|
|
#define _IO_CTRL_H
|
||
|
|
|
||
|
|
/*perf_ioctl*/
|
||
|
|
int init_perfctl(struct proc_dir_entry *parent);
|
||
|
|
|
||
|
|
|
||
|
|
#endif /* _IO_CTRL_H */
|