Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
a091a8f084f731953fa77a3da3b5bec72d37ad0f
/
.
/
include
/
fb_mmc.h
blob: 12b99cb5eeeb2053db3194d1f8882807bbfe9a70 [
file
] [
log
] [
blame
]
/*
* Copyright 2014 Broadcom Corporation.
*
* SPDX-License-Identifier: GPL-2.0+
*/
void
fb_mmc_flash_write
(
const
char
*
cmd
,
void
*
download_buffer
,
unsigned
int
download_bytes
);
void
fb_mmc_erase
(
const
char
*
cmd
);