root/platform/s80/sub/100g/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 
   3 #define NULL_SUB 0xFF81030C
   4 
   5 // org s80 nov 2
   6 NHSTUB(free, 0xFFB05B78)
   7 
   8 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
   9 
  10 NHSTUB(TurnOffMic,                  NULL_SUB)
  11 NHSTUB(TurnOnMic,                   NULL_SUB)
  12 NHSTUB(ExpCtrlTool_StopContiAE,     0xFF8F87F8)
  13 NHSTUB(ExpCtrlTool_StartContiAE,    0xFF8F87E0)
  14 
  15 // find_eventproc
  16 NHSTUB(PutInNdFilter,               0xFFAB67C0) // note: there's no ND filter
  17 
  18 NHSTUB(platformsub_kbd_fetch_data, 0xFF82784C) //S80 org
  19 NHSTUB(kbd_read_keys_r2, 0xFF82737C) //s80 org
  20 NHSTUB(taskcreate_JogDial, 0xFF8283b8)
  21 NHSTUB(task_JogDial, 0xFF8287a8)
  22 NHSTUB(taskNameToId, 0xFFB136CC)
  23 
  24 NHSTUB(orig_MoveFocusLensToDistance, 0xffab89d8)
  25 IGNORE(MoveFocusLensToDistance)  // Custom version in lib.c, ignore firmware version
  26 
  27 NHSTUB(LEDDrive, 0xFF82DBB8)
  28 NHSTUB(PostLEDMessage, 0xFF82D8FC)
  29 
  30 // New finsig_vxworks differences?
  31 NHSTUB(kbd_pwr_off, 0xff828fec)

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