Subversion Repositories pentevo

Rev

Rev 602 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed | ?url?

  1. #ifndef _MESSAGES_H
  2. #define _MESSAGES_H 1
  3.  
  4. #define TOTAL_LANG 2
  5.  
  6. #ifdef __ASSEMBLER__
  7. /* ------------------------------------------------------------------------- */
  8. .extern msg_tsd_out
  9. .extern msg_tsd_in
  10. .extern msg_tsd_skip
  11. /* ------------------------------------------------------------------------- */
  12. #else // #ifdef __ASSEMBLER__
  13.  
  14. #include "_types.h"
  15.  
  16. extern const u8 msg_title1[] PROGMEM;
  17. extern const u8 msg_title2[] PROGMEM;
  18. extern const u8 * const mlmsg_pintest[] PROGMEM;
  19. extern const u8 * const mlmsg_pintest_ok[] PROGMEM;
  20. extern const u8 * const mlmsg_pintest_error[] PROGMEM;
  21. extern const u8 msg_pintest_pa[] PROGMEM;
  22. extern const u8 msg_pintest_pb[] PROGMEM;
  23. extern const u8 msg_pintest_pc[] PROGMEM;
  24. extern const u8 msg_pintest_pd[] PROGMEM;
  25. extern const u8 msg_pintest_pe[] PROGMEM;
  26. extern const u8 msg_pintest_pf[] PROGMEM;
  27. extern const u8 msg_pintest_pg[] PROGMEM;
  28. extern const u8 * const mlmsg_halt[] PROGMEM;
  29. extern const u8 * const mlmsg_statusof_crlf[] PROGMEM;
  30. extern const u8 * const mlmsg_statusof_cr[] PROGMEM;
  31. extern const u8 msg_power_pg[] PROGMEM;
  32. extern const u8 msg_power_vcc5[] PROGMEM;
  33. extern const u8 * const mlmsg_power_on[] PROGMEM;
  34. extern const u8 * const mlmsg_cfgfpga[] PROGMEM;
  35. extern const u8 * const mlmsg_done1[] PROGMEM;
  36. extern const u8 msg_ok[] PROGMEM;
  37. extern const u8 * const mlmsg_someerrors[] PROGMEM;
  38. extern const u8 * const mlmsg_spi_test[] PROGMEM;
  39. extern const u8 * const mlmsg_kbd_detect[] PROGMEM;
  40. extern const u8 * const mlmsg_noresponse[] PROGMEM;
  41. extern const u8 * const mlmsg_unwanted[] PROGMEM;
  42. extern const u8 * const mlmsg_txfail[] PROGMEM;
  43. extern const u8 msg_ready[] PROGMEM;
  44. extern const u8 * const mlmsg_menu_help[] PROGMEM;
  45. extern const u8 * const mlmsg_tbeep[] PROGMEM;
  46. extern const u8 * const mlmsg_tzxk1[] PROGMEM;
  47. extern const u8 msg_tzxk2[] PROGMEM;
  48. extern const u8 * const mlmsg_tps2k0[] PROGMEM;
  49. extern const u8 msg_tps2k1[] PROGMEM;
  50. extern const u8 * const mlmsg_mouse_test[] PROGMEM;
  51. extern const u8 * const mlmsg_mouse_detect[] PROGMEM;
  52. extern const u8 * const mlmsg_mouse_setup[] PROGMEM;
  53. extern const u8 * const mlmsg_mouse_letsgo[] PROGMEM;
  54. extern const u8 * const mlmsg_mouse_fail0[] PROGMEM;
  55. extern const u8 * const mlmsg_mouse_fail1[] PROGMEM;
  56. extern const u8 * const mlmsg_mouse_restart[] PROGMEM;
  57. extern const u8 msg_tpsm_1[] PROGMEM;
  58. extern const u8 * const mlmsg_mtst[] PROGMEM;
  59. extern const u8 * const mlmsg_swlng[] PROGMEM;
  60. extern const u8 * const mlmsg_fl_menu[] PROGMEM;
  61. extern const u8 * const mlmsg_fp_nofiles[] PROGMEM;
  62. extern const u8 * const mlmsg_fl_readrom[] PROGMEM;
  63. extern const u8 * const mlmsg_fl_sdinit[] PROGMEM;
  64. extern const u8 * const mlmsg_fl_sderror1[] PROGMEM;
  65. extern const u8 * const mlmsg_fl_sderror2[] PROGMEM;
  66. extern const u8 * const mlmsg_fl_sderror3[] PROGMEM;
  67. extern const u8 * const mlmsg_fl_sderror4[] PROGMEM;
  68. extern const u8 * const mlmsg_fl_sure[] PROGMEM;
  69. extern const u8 * const mlmsg_fl_erase[] PROGMEM;
  70. extern const u8 * const mlmsg_fl_write[] PROGMEM;
  71. extern const u8 * const mlmsg_fl_verify[] PROGMEM;
  72. extern const u8 * const mlmsg_fl_complete[] PROGMEM;
  73. extern const u8 * const mlmsg_flres0[] PROGMEM;
  74. extern const u8 * const mlmsg_flres1[] PROGMEM;
  75. extern const u8 * const mlmsg_flres2[] PROGMEM;
  76. extern const u8 * const mlmsg_sensors[] PROGMEM;
  77. extern const u8 * const mlmsg_s_nocard[] PROGMEM;
  78. extern const u8 * const mlmsg_s_inserted[] PROGMEM;
  79. extern const u8 * const mlmsg_s_readonly[] PROGMEM;
  80. extern const u8 * const mlmsg_s_writeen[] PROGMEM;
  81. extern const u8 * const mlmsg_tsd_init[] PROGMEM;
  82. extern const u8 * const mlmsg_tsd_nocard[] PROGMEM;
  83. extern const u8 * const mlmsg_tsd_foundcard[] PROGMEM;
  84. extern const u8 * const mlmsg_tsd_menu[] PROGMEM;
  85. extern const u8 * const mlmsg_tsd_foundfat[] PROGMEM;
  86. extern const u8 * const mlmsg_tsd_detect[] PROGMEM;
  87. extern const u8 * const mlmsg_tsd_readfile[] PROGMEM;
  88. extern const u8 * const mlmsg_tsd_complete[] PROGMEM;
  89. extern const u8 msg_tsd_out[] PROGMEM;
  90. extern const u8 msg_tsd_in[] PROGMEM;
  91. extern const u8 msg_tsd_cmd[] PROGMEM;
  92. extern const u8 msg_tsd_acmd41[] PROGMEM;
  93. extern const u8 msg_tsd_csup[] PROGMEM;
  94. extern const u8 msg_tsd_csdown[] PROGMEM;
  95. extern const u8 msg_tsd_mmc[] PROGMEM;
  96. extern const u8 msg_tsd_sdv1[] PROGMEM;
  97. extern const u8 msg_tsd_sdsc[] PROGMEM;
  98. extern const u8 msg_tsd_sdhc[] PROGMEM;
  99. extern const u8 msg_tsd_ocr[] PROGMEM;
  100. extern const u8 msg_tsd_csd[] PROGMEM;
  101. extern const u8 msg_tsd_cid0[] PROGMEM;
  102. extern const u8 msg_tsd_cid1[] PROGMEM;
  103. extern const u8 msg_tsd_cid2[] PROGMEM;
  104. extern const u8 msg_tsd_cid3[] PROGMEM;
  105. extern const u8 msg_tsd_cid4[] PROGMEM;
  106. extern const u8 msg_tsd_cid5[] PROGMEM;
  107. extern const u8 msg_tsd_cid6[] PROGMEM;
  108. extern const u8 msg_tsd_cid6b[] PROGMEM;
  109. extern const u8 msg_tsd_cid6c[] PROGMEM;
  110. extern const u8 msg_tsd_crc[] PROGMEM;
  111. extern const u8 msg_tsd_readsector[] PROGMEM;
  112. extern const u8 msg_tsd_skip[] PROGMEM;
  113. extern const u8 msg_trs_1[] PROGMEM;
  114.  
  115. extern const u8 str_menu_main[] PROGMEM;
  116.  
  117. #endif // #ifdef __ASSEMBLER__
  118.  
  119. #endif // #ifndef _MESSAGES_H
  120.