Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
801f4f1bbc5ae838cdd50df09895dc275726d23a
/
.
/
arch
/
sh
/
cpu
/
sh4
/
interrupts.c
blob: c98a1d066e9f1858ce9b08a68aeb41e2dd46cfd3 [
file
] [
log
] [
blame
]
/*
* (C) Copyright 2007
* Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
<common.h>
int
interrupt_init
(
void
)
{
return
0
;
}
void
enable_interrupts
(
void
)
{
}
int
disable_interrupts
(
void
){
return
0
;
}