Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
82b5a86aa444cb4416ed45b4c4c39ed189e91b9b
/
.
/
arch
/
sh
/
cpu
/
sh4
/
interrupts.c
blob: eace09aeabfa8d45dbd89fe391a2606943d8266f [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2007
* Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
*/
#include
<irq_func.h>
int
interrupt_init
(
void
)
{
return
0
;
}
void
enable_interrupts
(
void
)
{
}
int
disable_interrupts
(
void
){
return
0
;
}