blob: 6df53719dfa1cb5206d58d4128ca634142e2189a [file] [log] [blame]
/*
* File: start.h
* Purpose: Kinetis start up routines.
*
* Notes:
*/
// Function prototypes
void _start(void);
void cpu_identify(void);
void flash_identify(void);