Sign in
nest-open-source
/
manifest_repos
/
u-boot
/
63dd22710fafece20fc4b44cfd2d4d3a99a6bb2f
/
.
/
arch
/
sh
/
cpu
/
sh4
/
interrupts.c
blob: ff7470ecccb1781aae6b74b60fc247db5d2fce49 [
file
]
// 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
;
}