root/platform/ixus970_sd890/sub/boot_hdr.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. CreateTask_spytask

   1 #include "lolevel.h"
   2 #include "platform.h"
   3 #include "core.h"
   4 
   5 const char * const new_sa = &_end;
   6 
   7 void __attribute__((naked,noinline)) jogdial_task_my();
   8 
   9 /*----------------------------------------------------------------------
  10     CreateTask_spytask
  11 -----------------------------------------------------------------------*/
  12 void CreateTask_spytask() {
  13         _CreateTask("SpyTask", 0x19, 0x2000, core_spytask, 0);
  14 };
  15 
  16 

/* [<][>][^][v][top][bottom][index][help] */