12 lines
341 B
C
12 lines
341 B
C
|
|
/*
|
||
|
|
* Copyright (c) CompanyNameMagicTag 2012-2019. All rights reserved.
|
||
|
|
* Description: All code updates to get address information from partition table,
|
||
|
|
* B4 can compile flash_partition_table.c code
|
||
|
|
* Author: CompanyName
|
||
|
|
* Create: 2012-08-28
|
||
|
|
*/
|
||
|
|
#ifndef __FLASH_PARTITION_TABLE_H__
|
||
|
|
#define __FLASH_PARTITION_TABLE_H__
|
||
|
|
|
||
|
|
#endif
|