mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-17 15:38:14 +08:00
17 lines
429 B
C
17 lines
429 B
C
/**************************************************
|
|
*
|
|
* Segment initialization that must be
|
|
* performed before main is called, ilink version.
|
|
* New style, where each init table routine defines
|
|
* its own format.
|
|
*
|
|
* Copyright 2008 IAR Systems. All rights reserved.
|
|
*
|
|
* $Revision: 36645 $
|
|
*
|
|
**************************************************/
|
|
|
|
#include <stdint.h>
|
|
|
|
typedef uint32_t const * init_fun_t(uint32_t const *);
|