diff options
author | Felix Blyakher <felixb@sgi.com> | 2009-03-11 13:28:03 -0500 |
---|---|---|
committer | Felix Blyakher <felixb@sgi.com> | 2009-03-11 13:28:03 -0500 |
commit | f3697bc314e912599f422cc5c6e53c7382c0aeb2 (patch) | |
tree | cce3583aad8261a6279292f8372202e58233220d /arch/arm/mach-at91/include/mach/board.h | |
parent | 7bf446f8b581cef434f5ff05e8a791563bc09b7f (diff) | |
parent | 16b71fdf97599f1b1b7f38418ee9922d9f117396 (diff) | |
download | op-kernel-dev-f3697bc314e912599f422cc5c6e53c7382c0aeb2.zip op-kernel-dev-f3697bc314e912599f422cc5c6e53c7382c0aeb2.tar.gz |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'arch/arm/mach-at91/include/mach/board.h')
-rw-r--r-- | arch/arm/mach-at91/include/mach/board.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/board.h b/arch/arm/mach-at91/include/mach/board.h index 0b3ae21..793fe7b 100644 --- a/arch/arm/mach-at91/include/mach/board.h +++ b/arch/arm/mach-at91/include/mach/board.h @@ -56,6 +56,9 @@ struct at91_cf_data { u8 vcc_pin; /* power switching */ u8 rst_pin; /* card reset */ u8 chipselect; /* EBI Chip Select number */ + u8 flags; +#define AT91_CF_TRUE_IDE 0x01 +#define AT91_IDE_SWAP_A0_A2 0x02 }; extern void __init at91_add_device_cf(struct at91_cf_data *data); |