xref: /rk3399_ARM-atf/include/drivers/qti/accesscontrol/xpu.h (revision 4824e250595881be7a59f8080818c59d30c3b10a)
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