Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
a86cf89c765d99c39b397abe3d9926ab3593f57a
/
.
/
arch
/
mips
/
cpu
/
mips64
/
interrupts.c
blob: a7e2ed046adaf61659a844ea235b332c35e6b720 [
file
] [
log
] [
blame
]
/*
* (C) Copyright 2003
* Wolfgang Denk, DENX Software Engineering, <wd@denx.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include
<common.h>
void
enable_interrupts
(
void
)
{
}
int
disable_interrupts
(
void
)
{
return
0
;
}