Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
bd6e14209445853f9024574b756bba3184bc215c
/
.
/
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
;
}