Sign in
third-party-mirror
/
u-boot
/
refs/heads/sherlock
/
.
/
include
/
fb_mmc.h
blob: a2d7c4895fa1b5f9449b43619f27c71a3aea9b7d [
file
] [
log
] [
blame
] [
edit
]
/* 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
);