avr32: Move include/asm-avr32 to arch/avr32/include/asm
Leaving include/asm/arch alone for now. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
This commit is contained in:
9
arch/avr32/include/asm/atmel-mci.h
Normal file
9
arch/avr32/include/asm/atmel-mci.h
Normal file
@ -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 */
|
Reference in New Issue
Block a user