-
-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Avoid needlessly masking PI debug interrupt.
- Loading branch information
Showing
4 changed files
with
56 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* Copyright (c) 2021-2023, Extrems <[email protected]> | ||
* Copyright (c) 2021-2024, Extrems <[email protected]> | ||
* | ||
* This file is part of Swiss. | ||
* | ||
|
@@ -31,5 +31,6 @@ OSInterruptMask mask_user_interrupts(OSInterruptMask mask); | |
OSInterruptMask unmask_user_interrupts(OSInterruptMask mask); | ||
|
||
uint32_t exi_get_interrupt_mask(unsigned chan); | ||
uint32_t pi_get_interrupt_mask(void); | ||
|
||
#endif /* INTERRUPT_H */ |