root/include/core.h

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

INCLUDED FROM


   1 #ifndef CORE_H
   2 #define CORE_H
   3 
   4 // In core/kbd.c
   5 long kbd_process();
   6 
   7 void core_spytask();
   8 void core_spytask_can_start();
   9 void core_rawdata_available();
  10 
  11 #define NOISE_REDUCTION_AUTO_CANON      (0)
  12 #define NOISE_REDUCTION_OFF             (1)
  13 #define NOISE_REDUCTION_ON              (2)
  14 
  15 #endif
  16 

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