b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | /* |
2 | * U-boot - setup.h | ||||
3 | * | ||||
4 | * Copyright (c) 2005-2007 Analog Devices Inc. | ||||
5 | * | ||||
6 | * SPDX-License-Identifier: GPL-2.0+ | ||||
7 | */ | ||||
8 | |||||
9 | #ifndef _SHARED_RESOURCES_H_ | ||||
10 | #define _SHARED_RESOURCES_H_ | ||||
11 | |||||
12 | void swap_to(int device_id); | ||||
13 | |||||
14 | #define FLASH 0 | ||||
15 | #define ETHERNET 1 | ||||
16 | |||||
17 | #endif /* _SHARED_RESOURCES_H_ */ |