u-boot/arch/blackfin/include/asm/shared_resources.h

18 lines
278 B
C
Raw Normal View History

2006-03-12 01:12:27 +00:00
/*
* U-Boot - setup.h
2006-03-12 01:12:27 +00:00
*
* Copyright (c) 2005-2007 Analog Devices Inc.
2006-03-12 01:12:27 +00:00
*
* SPDX-License-Identifier: GPL-2.0+
2006-03-12 01:12:27 +00:00
*/
#ifndef _SHARED_RESOURCES_H_
#define _SHARED_RESOURCES_H_
void swap_to(int device_id);
#define FLASH 0
2006-03-12 01:12:27 +00:00
#define ETHERNET 1
#endif /* _SHARED_RESOURCES_H_ */