summaryrefslogtreecommitdiffstats
path: root/ports/beagleboneblack/am335x_mmc.h
blob: aae1b16e5ac52e3ffd10b7033e3826e6398b773b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2015 Jarielle Catbagan <jcatbagan93@gmail.com>
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.apache.org/licenses/LICENSE-2.0
 */

int mmc(int argc, char *argv[]);
int mmcInit(int interface, int verbose);
int mmcRead(int interface, char *buf, int blknum, int blkcnt);
int mmcWrite(int interface, char *buf, int blknum, int blkcnt);
int mmcInstalled(int interface);