blob: 1a03392632569025366193584182f44559cff204 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/*
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
12void swap_to(int device_id);
13
14#define FLASH 0
15#define ETHERNET 1
16
17#endif /* _SHARED_RESOURCES_H_ */