Changeset 16 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Sep 17, 2010, 11:45:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r14 r16 41 41 42 42 /* -------------------------- function prototypes -------------------------- */ 43 44 void small_code_ (void); 43 45 44 46 /* ------------------------ global/static variables ------------------------ */ … … 1017 1019 } 1018 1020 1021 /****************************************************************************** 1022 * small_code_ - this dummy func resolves the undefined reference linker 1023 * error that occurrs when linking WATCOM objects with DDK's link.exe 1024 */ 1025 void small_code_(void) 1026 { 1027 }
Note:
See TracChangeset
for help on using the changeset viewer.