root/platform/a470/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 /* Ours stuff */
   8 extern long wrs_kernel_bss_start;
   9 extern long wrs_kernel_bss_end;
  10 
  11 /*----------------------------------------------------------------------
  12     CreateTask_spytask
  13 -----------------------------------------------------------------------*/
  14 void CreateTask_spytask()
  15 {
  16     _CreateTask("SpyTask", 0x19, 0x2000, core_spytask, 0);
  17 }

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