#ifndef _DEMO_START_H_ #define _DEMO_START_H_ extern void application_start( void ) __attribute__ ((weak)); extern int demo_start(void); #endif /*_DEMO_START_H_*/