blob: 42dab9f1262164e6a4eb8f7b8239afdd5ed142cf [file] [log] [blame]
Wolfgang Denk6cb142f2006-03-12 02:12:27 +01001/*
Bin Menga1875592016-02-05 19:30:11 -08002 * U-Boot - setup.h
Wolfgang Denk6cb142f2006-03-12 02:12:27 +01003 *
Aubrey Li155fd762007-04-05 18:31:18 +08004 * Copyright (c) 2005-2007 Analog Devices Inc.
Wolfgang Denk6cb142f2006-03-12 02:12:27 +01005 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02006 * SPDX-License-Identifier: GPL-2.0+
Wolfgang Denk6cb142f2006-03-12 02:12:27 +01007 */
8
9#ifndef _SHARED_RESOURCES_H_
10#define _SHARED_RESOURCES_H_
11
12void swap_to(int device_id);
13
Wolfgang Denk53677ef2008-05-20 16:00:29 +020014#define FLASH 0
Wolfgang Denk6cb142f2006-03-12 02:12:27 +010015#define ETHERNET 1
16
17#endif /* _SHARED_RESOURCES_H_ */