]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/blackfin/include/asm/shared_resources.h
Merge git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / arch / blackfin / include / asm / shared_resources.h
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_ */