mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-09-16 03:59:21 +00:00
12 lines
183 B
C
12 lines
183 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2021 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __MKP_PCPU_H
|
|
#define __MKP_PCPU_H
|
|
|
|
extern int __init mkp_protect_percpu_data(void);
|
|
|
|
#endif
|