root/platform/ixus60_sd600/sub/100d/stubs_entry_2.S

/* [<][>][^][v][top][bottom][index][help] */
   1 #include "stubs_asm.h"
   2 #define NULL_SUB 0xFF8117EC
   3 
   4 // Override stubs_entry.S
   5 NHSTUB(EnterToCompensationEVF,      NULL_SUB)
   6 NHSTUB(ExitFromCompensationEVF,     NULL_SUB)
   7 NHSTUB(GetDrive_FreeClusters,       0xFF867C04)
   8 NHSTUB(MakeAFScan,                  NULL_SUB)
   9 NHSTUB(free,                        0xFFB0C438)
  10 NHSTUB(kbd_pwr_on,                  0xFF827E3C)
  11 NHSTUB(kbd_pwr_off,                 0xFF827E7C)
  12 NHSTUB(GetKbdState,                 0xFF827DF8)
  13 
  14 // These don't exist
  15 NHSTUB(SetZoomActuatorSpeedPercent, NULL_SUB)
  16 
  17 // Additional
  18 //NHSTUB(kbd_read_keys,               0xFF826D30)
  19 
  20 NHSTUB(printf,                      0xFFB08550)
  21 NHSTUB(taskNameToId,                0xFFB19990)
  22 NHSTUB(GetVRAMHPixelsSize,0xFFAC8E48) // by find_eventproc name @ 0xFFB29170
  23 NHSTUB(GetVRAMVPixelsSize,0xFFAC8E54) // by find_eventproc name @ 0xFFB29178

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