b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 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 | |||||
10 | void enable_interrupts(void) | ||||
11 | { | ||||
12 | } | ||||
13 | |||||
14 | int disable_interrupts(void) | ||||
15 | { | ||||
16 | return 0; | ||||
17 | } |