Home | History | Annotate | Download | only in arch-mx27
      1 /* SPDX-License-Identifier: GPL-2.0+ */
      2 /*
      3  *  Copyright (c) 2009 Ilya Yanok <yanok (at) emcraft.com>
      4  */
      5 
      6 #ifndef ASM_ARCH_MXCMMC_H
      7 #define ASM_ARCH_MXCMMC_H
      8 
      9 int mxc_mmc_init(bd_t *bis);
     10 
     11 #endif
     12