]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/sh/cpu/sh2/interrupts.c
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / sh / cpu / sh2 / interrupts.c
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0+
6ad43d0d
NI
2/*
3 * Copyright 2007,2008 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4 * Copyright (C) 2008 Renesas Solutions Corp.
6ad43d0d
NI
5 */
6
7#include <common.h>
8
9int interrupt_init(void)
10{
11 return 0;
12}
13
14void enable_interrupts(void)
15{
16
17}
18
19int disable_interrupts(void)
20{
21 return 0;
22}