diff options
Diffstat (limited to 'arch/blackfin/include/asm/soft_switch.h')
-rw-r--r-- | arch/blackfin/include/asm/soft_switch.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/blackfin/include/asm/soft_switch.h b/arch/blackfin/include/asm/soft_switch.h deleted file mode 100644 index 321b070825..0000000000 --- a/arch/blackfin/include/asm/soft_switch.h +++ /dev/null @@ -1,18 +0,0 @@ -/* - * 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 |