summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include/asm/shared_resources.h
blob: 42dab9f1262164e6a4eb8f7b8239afdd5ed142cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * U-Boot - setup.h
 *
 * Copyright (c) 2005-2007 Analog Devices Inc.
 *
 * SPDX-License-Identifier:	GPL-2.0+
 */

#ifndef _SHARED_RESOURCES_H_
#define _SHARED_RESOURCES_H_

void swap_to(int device_id);

#define FLASH	 0
#define ETHERNET 1

#endif /* _SHARED_RESOURCES_H_ */
OpenPOWER on IntegriCloud