Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. #include "stubs_asm.h"
  2.  
  3. NHSTUB(AllocateUncacheableMemory,0x12345678)
  4. NHSTUB(FreeUncacheableMemory,0x12345678)
  5. NHSTUB(GetKbdState,0x12345678)
  6. NHSTUB(MakeDirectory_Fut,0x12345678)
  7. NHSTUB(RefreshPhysicalScreen,0x12345678)
  8. NHSTUB(TurnOffBackLight,0x12345678)
  9. NHSTUB(TurnOnBackLight,0x12345678)
  10. NHSTUB(WriteSDCard,0x12345678)
  11. NHSTUB(_log,0x12345678)
  12. NHSTUB(_log10,0x12345678)
  13. NHSTUB(close,0x12345678)
  14. NHSTUB(exmem_alloc,0x12345678)
  15. NHSTUB(free,0x12345678)
  16. NHSTUB(kbd_p1_f,0x12345678)
  17. NHSTUB(kbd_p1_f_cont,0x12345678)
  18. NHSTUB(kbd_p2_f,0x12345678)
  19. NHSTUB(kbd_read_keys,0x12345678)
  20. NHSTUB(kbd_read_keys_r2,0x12345678)
  21. NHSTUB(malloc,0x12345678)
  22. NHSTUB(mkdir,0x12345678)
  23. NHSTUB(open,0x12345678)
  24. NHSTUB(set_control_event,0x12345678)
  25. NHSTUB(stat,0x12345678)
  26. NHSTUB(strtolx,0x12345678)
  27. NHSTUB(task_CaptSeq,0x12345678)
  28. NHSTUB(task_ExpDrv,0x12345678)
  29. NHSTUB(task_MovieRecord,0x12345678)
  30.  
  31. // make fir errors:
  32.  
  33. NHSTUB(TurnOffE1,0x12345678)
  34. NHSTUB(focus_len_table,0x12345678)
  35. NHSTUB(init_focus_eventflag,0x12345678)
  36. NHSTUB(init_nd_eventflag,0x12345678)
  37. NHSTUB(init_nd_semaphore,0x12345678)
  38. NHSTUB(hook_CreateTask_low,0x12345678)
  39. NHSTUB(task_FileWrite,0x12345678)
  40. NHSTUB(physw_status,0x12345678)
  41. NHSTUB(playrec_mode,0x12345678)
  42. NHSTUB(SetZoomActuatorSpeedPercent,0x12345678)
  43. NHSTUB(UnsetZoomForMovie,0x12345678)
  44. NHSTUB(fileio_semaphore,0x12345678)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement