Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
076ee4563f43744d300ac0878fa02a97258ec15b
/
.
/
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
);