summaryrefslogtreecommitdiffstats
path: root/include/asm-avr32/atmel-mci.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-18 22:50:34 +0200
committerIngo Molnar <mingo@elte.hu>2008-07-18 22:50:34 +0200
commita208f37a465e222218974ab20a31b42b7b4893b2 (patch)
tree77c6acdd4be32024330a14f2618b814126ce7a20 /include/asm-avr32/atmel-mci.h
parent511d9d34183662aada3890883e860b151d707e22 (diff)
parent5b664cb235e97afbf34db9c4d77f08ebd725335e (diff)
downloadop-kernel-dev-a208f37a465e222218974ab20a31b42b7b4893b2.zip
op-kernel-dev-a208f37a465e222218974ab20a31b42b7b4893b2.tar.gz
Merge branch 'linus' into x86/x2apic
Diffstat (limited to 'include/asm-avr32/atmel-mci.h')
-rw-r--r--include/asm-avr32/atmel-mci.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-avr32/atmel-mci.h b/include/asm-avr32/atmel-mci.h
new file mode 100644
index 0000000..c2ea6e1
--- /dev/null
+++ b/include/asm-avr32/atmel-mci.h
@@ -0,0 +1,9 @@
+#ifndef __ASM_AVR32_ATMEL_MCI_H
+#define __ASM_AVR32_ATMEL_MCI_H
+
+struct mci_platform_data {
+ int detect_pin;
+ int wp_pin;
+};
+
+#endif /* __ASM_AVR32_ATMEL_MCI_H */
OpenPOWER on IntegriCloud