blob: c3134388f2536f5283f9a507309d6fefc6f6b7e4 [file] [log] [blame]
jason-ch chenfa82b9b2021-11-16 09:48:20 +08001/*
2 * Copyright (c) 2022, MediaTek Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef MT_LP_IRQREMAIN_H
8#define MT_LP_IRQREMAIN_H
9
10extern int mt_lp_irqremain_submit(void);
11extern int mt_lp_irqremain_aquire(void);
12extern int mt_lp_irqremain_release(void);
13extern void mt_lp_irqremain_init(void);
14
15#endif /* MT_LP_IRQREMAIN_H */