Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
0979f7ce1eea73c80e6f858a803106660507d1e3
/
.
/
include
/
fb_mmc.h
blob: a2d7c4895fa1b5f9449b43619f27c71a3aea9b7d [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright 2014 Broadcom Corporation.
*/
void
fb_mmc_flash_write
(
const
char
*
cmd
,
void
*
download_buffer
,
unsigned
int
download_bytes
);
void
fb_mmc_erase
(
const
char
*
cmd
);