Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.3
/
u-boot
/
0fdfbed9ef64f29f2e33427a478c9bef799258ca
/
.
/
u-boot-imx
/
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
;
}