sdh.h 250 B

1234567891011121314151617
  1. /*
  2. * sdh.h, export bfin_mmc_init
  3. *
  4. * Copyright (c) 2009 Analog Devices Inc.
  5. *
  6. * Licensed under the GPL-2 or later.
  7. */
  8. #ifndef __ASM_SDH_H__
  9. #define __ASM_SDH_H__
  10. #include <mmc.h>
  11. #include <asm/u-boot.h>
  12. int bfin_mmc_init(bd_t *bis);
  13. #endif