dashboard
repositories
activity
search
login
ljy
/
RK356X_SDK_RELEASE
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add wifi 4g uart0,3,4,5,7,9
hc
2023-02-15
e6ab316063efe269dbc459a0a7939fb55abd8c44
[~ljy/RK356X_SDK_RELEASE.git]
/
kernel
/
arch
/
powerpc
/
include
/
asm
/
irq_work.h
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_ASM_POWERPC_IRQ_WORK_H
#define
_ASM_POWERPC_IRQ_WORK_H
static
inline
bool
arch_irq_work_has_interrupt
(
void
)
{
return
true
;
}
extern
void
arch_irq_work_raise
(
void
);
#endif
/* _ASM_POWERPC_IRQ_WORK_H */