source: svn/trunk/newcon3bcm2_21bu/nexus/app/dta/fupdate_stubs.c @ 2

Last change on this file since 2 was 2, checked in by phkim, 11 years ago

1.phkim

  1. revision copy newcon3sk r27
  • Property svn:executable set to *
File size: 835 bytes
Line 
1/***************************************************************************
2 *     Copyright (c) 2008-2009, Broadcom Corporation
3 *     All Rights Reserved
4 *     Confidential Property of Broadcom Corporation
5 *
6 *  THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE
7 *  AGREEMENT  BETWEEN THE USER AND BROADCOM.  YOU HAVE NO RIGHT TO USE OR
8 *  EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
9 *
10 * $brcm_Workfile:  $
11 * $brcm_Revision:  $
12 * $brcm_Date: $
13 *
14 * Module Description:
15 *
16 * Revision History:
17 *
18 * $brcm_Log:  $
19 *
20 ***************************************************************************/
21#include "bstd.h"
22
23void fupdate(void)
24{
25}
26
27void flash_erase(uint32_t base, uint32_t offset)
28{
29}
30
31
32void flash_install(uint32_t base, uint32_t offset, uint8_t * data, size_t len)
33{
34}
Note: See TracBrowser for help on using the repository browser.