c05564c4d8
Android 13
20 lines
327 B
C
Executable file
20 lines
327 B
C
Executable file
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2020 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef __APUSYS_SECURE_H__
|
|
#define __APUSYS_SECURE_H__
|
|
|
|
#include <mt-plat/mtk_secure_api.h>
|
|
|
|
|
|
enum MTK_APUSYS_KERNEL_OP {
|
|
MTK_APUSYS_KERNEL_OP_REVISER_SET_BOUNDARY = 0,
|
|
MTK_APUSYS_KERNEL_OP_SET_AO_DBG_SEL,
|
|
MTK_APUSYS_KERNEL_OP_NUM
|
|
};
|
|
|
|
|
|
#endif
|