summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-at91/board.h
diff options
context:
space:
mode:
authorAndrew Victor <linux@maxim.org.za>2008-01-22 11:43:26 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-01-26 15:00:31 +0000
commite2920802351b3e01a3e70a26bb1bbb22f29da4cb (patch)
treefb2ba713860aefbcda802c092fdb4bd16da6ce7b /include/asm-arm/arch-at91/board.h
parentf06e656fb4f6f41ae9cba0f5d6948a6c7f6250ba (diff)
[ARM] 4751/1: [AT91] ISI peripheral on SAM9263
Add support for the Image Sensor Interface (ISI) peripheral integrated in the Atmel AT91SAM9263 processor. Patch from MaLiK Signed-off-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-at91/board.h')
-rw-r--r--include/asm-arm/arch-at91/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91/board.h b/include/asm-arm/arch-at91/board.h
index 79054965baa6..762148cc48c1 100644
--- a/include/asm-arm/arch-at91/board.h
+++ b/include/asm-arm/arch-at91/board.h
@@ -126,6 +126,9 @@ struct atmel_ac97_data {
};
extern void __init at91_add_device_ac97(struct atmel_ac97_data *data);
+ /* ISI */
+extern void __init at91_add_device_isi(void);
+
/* LEDs */
extern u8 at91_leds_cpu;
extern u8 at91_leds_timer;