13 lines
248 B
C
13 lines
248 B
C
|
/*
|
||
|
* Copyright (c) 2018,2020, The Linux Foundation. All rights reserved.
|
||
|
*
|
||
|
* SPDX-License-Identifier: BSD-3-Clause
|
||
|
*/
|
||
|
|
||
|
#ifndef QTI_INTERRUPT_SVC_H
|
||
|
#define QTI_INTERRUPT_SVC_H
|
||
|
|
||
|
int qti_interrupt_svc_init(void);
|
||
|
|
||
|
#endif /* QTI_INTERRUPT_SVC_H */
|