avionic design with actual uboot and tooling
submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
This commit is contained in:
18
u-boot/arch/blackfin/include/asm/soft_switch.h
Normal file
18
u-boot/arch/blackfin/include/asm/soft_switch.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* U-Boot - main board file
|
||||
*
|
||||
* Copyright (c) 2008-2012 Analog Devices Inc.
|
||||
*
|
||||
* Licensed under the GPL-2 or later.
|
||||
*/
|
||||
|
||||
#ifndef __SOFT_SWITCH_H__
|
||||
#define __SOFT_SWITCH_H__
|
||||
|
||||
#define IO_PORT_A 0
|
||||
#define IO_PORT_B 1
|
||||
#define IO_PORT_INPUT 0
|
||||
#define IO_PORT_OUTPUT 1
|
||||
|
||||
int config_switch_bit(int num, int port, int bit, int dir, uchar value);
|
||||
#endif
|
||||
Reference in New Issue
Block a user