diff options
Diffstat (limited to 'roms/u-boot/board/cm-bf537e/gpio_cfi_flash.h')
-rw-r--r-- | roms/u-boot/board/cm-bf537e/gpio_cfi_flash.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/board/cm-bf537e/gpio_cfi_flash.h b/roms/u-boot/board/cm-bf537e/gpio_cfi_flash.h new file mode 100644 index 00000000..5211e972 --- /dev/null +++ b/roms/u-boot/board/cm-bf537e/gpio_cfi_flash.h @@ -0,0 +1,10 @@ +/* + * gpio_cfi_flash.c - GPIO-assisted Flash Chip Support + * + * Copyright (c) 2009 Analog Devices Inc. + * + * Licensed under the GPL-2 or later. + */ + +void *gpio_cfi_flash_swizzle(void *vaddr); +void gpio_cfi_flash_init(void); |