xref: /rk3399_ARM-atf/include/drivers/qti/accesscontrol/xpu.h (revision e01ce1ea61368f169f8f827a05ad9d0c5bb06160)
1 /*
2  * Copyright (c) 2025, Qualcomm Technologies, Inc. and/or its subsidiaries.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef QTI_XPU_H
8 #define QTI_XPU_H
9 
10 #include <stdint.h>
11 
12 void qti_msm_xpu_bypass(void);
13 
14 #endif /* QTI_XPU_H */
15