* fix for theme font handling (when switching back to the default theme, the language...
[open-ps2-loader.git] / modules / hdd / hdpro_atad / exports.tab
blob76ace6d4566abbe9428a0c6f1dea64596a4f8c14
1 /* We conform to the 1.2 version of atad.irx exports.  */\r
2 \r
3 DECLARE_EXPORT_TABLE(atad, 1, 2)\r
4         DECLARE_EXPORT(_start)\r
5         DECLARE_EXPORT(_retonly)\r
6         DECLARE_EXPORT(shutdown)\r
7         DECLARE_EXPORT(_retonly)\r
8 \r
9         DECLARE_EXPORT(ata_get_devinfo)\r
10 /*05*/  DECLARE_EXPORT(ata_reset_devices)\r
11         DECLARE_EXPORT(ata_io_start)\r
12         DECLARE_EXPORT(ata_io_finish)\r
13         DECLARE_EXPORT(ata_get_error)\r
14         DECLARE_EXPORT(ata_device_dma_transfer)\r
15 /*10*/  DECLARE_EXPORT(_ret1)\r
16         DECLARE_EXPORT(_ret0)\r
17         DECLARE_EXPORT(_ret1)\r
18         DECLARE_EXPORT(_ret0)\r
19         DECLARE_EXPORT(_ret1)\r
20 /*15*/  DECLARE_EXPORT(_ret1)\r
21         DECLARE_EXPORT(_ret1)\r
22         DECLARE_EXPORT(ata_device_flush_cache)\r
23         DECLARE_EXPORT(_ret0)\r
24         DECLARE_EXPORT(ata_device_is_48bit)\r
25         DECLARE_EXPORT(_ret0)\r
27 END_EXPORT_TABLE\r
29 void _retonly() {}\r
31 int _ret0(void) {\r
32         return 0;\r
33 }\r
35 int _ret1(void) {\r
36         return 1;\r
37 }\r