Advertisement
Guest User

Novex

a guest
Apr 27th, 2008
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.97 KB | None | 0 0
  1. #include "stubs_asm.h"
  2.  
  3. NHSTUB(free, 0xFFB0C438)
  4.  
  5. //NSTUB(realloc, 0xFFB1475C)
  6. //NSTUB(memmove, 0xFFB0D584)
  7. //NSTUB(calloc,  0xFFB1472C)
  8. NSTUB(printf,  0xFFB08550)
  9.  
  10.  
  11. // NHSTUB(kbd_pwr_off, 0xFF827FF8)
  12. NHSTUB(kbd_pwr_on, 0xFF827EE0)
  13.  
  14.  
  15. // Function reads Gpio Status into physw_status variable
  16. // call located at start of the 'kbd_p1_f' => 'PhySWTask'
  17. NHSTUB(kbd_read_keys, 0xFF826D30)
  18.  
  19.  
  20. NHSTUB(VbattGet, 0xFF82C1A0)
  21. NHSTUB(SetZoomActuatorSpeedPercent, 0xFF8117EC)
  22.  
  23. NHSTUB(ZZZ, 0x0)
  24.  
  25.  
  26. //NSTUB(taskName, 0xFFB22A50)
  27. //NSTUB(taskIdListGet, 0xFFB22B58)
  28. //NSTUB(taskResume, 0xFFB22E34)
  29. //NSTUB(taskSuspend, 0xFFB22C60)
  30. NSTUB(taskNameToId, 0xFFB19990)
  31.  
  32. // These two are indistinguishable!!!!
  33. // ????
  34. //NSTUB(feof, 0xffb09d18)
  35. //NSTUB(ferror, 0xffb09d84)
  36.  
  37.  
  38. //STUB_DIR(vsprintf,0xFFB11278)
  39.  
  40. //NHSTUB(UnsetZoomForMovie ,0xFF9B1680)
  41.  
  42. NHSTUB(GetDrive_ClusterSize, 0xFF86EE78)
  43. NHSTUB(GetDrive_TotalClusters, 0xFF86EEB4)
  44. NHSTUB(GetDrive_FreeClusters, 0xFF867C04)
  45.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement