Sign in
coral
/
u-boot-mtk
/
5793553fa24077e3b91028f8097fb1fdbede1480
/
.
/
arch
/
sh
/
cpu
/
sh4
/
interrupts.c
blob: ff7470ecccb1781aae6b74b60fc247db5d2fce49 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2007
* Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
*/
#include
<common.h>
int
interrupt_init
(
void
)
{
return
0
;
}
void
enable_interrupts
(
void
)
{
}
int
disable_interrupts
(
void
){
return
0
;
}