Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1528e11d181a8cd70420d06ea7a6274732b14b88
/
.
/
arch
/
mips
/
cpu
/
mips32
/
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
;
}