root/platform/ixus860_sd870/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 /*----------------------------------------------------------------------
   8     CreateTask_spytask
   9 -----------------------------------------------------------------------*/
  10 void CreateTask_spytask() {
  11         _CreateTask("SpyTask", 0x19, 0x2000, core_spytask, 0);
  12 };
  13 
  14 

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