Blame view

bootloader/u-boot_2015_04/include/fb_mmc.h 253 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
  /*
   * 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, char *response);
  void fb_mmc_erase(const char *cmd, char *response);