]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/mips/cpu/mips64/interrupts.c
1a589fc18f7af17f473c002195e6ab72ed6d8f13
[people/ms/u-boot.git] / arch / mips / cpu / mips64 / interrupts.c
1 /*
2 * (C) Copyright 2003
3 * Wolfgang Denk, DENX Software Engineering, <wd@denx.de>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8 #include <common.h>
9 #include <asm/mipsregs.h>
10
11 void enable_interrupts(void)
12 {
13 }
14
15 int disable_interrupts(void)
16 {
17 return 0;
18 }