qti_interrupt_svc.h 248 B

123456789101112
  1. /*
  2. * Copyright (c) 2018,2020, The Linux Foundation. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef QTI_INTERRUPT_SVC_H
  7. #define QTI_INTERRUPT_SVC_H
  8. int qti_interrupt_svc_init(void);
  9. #endif /* QTI_INTERRUPT_SVC_H */