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