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