Changeset 148 for trunk/src/os2ahci/libc.c
- Timestamp:
- Mar 27, 2013, 5:55:26 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/libc.c
r118 r148 58 58 ULONG parm2); 59 59 static int mdelay_cal_end (void); 60 static void printf_nts (const char *fmt, ...);61 60 62 61 /* ------------------------ global/static variables ------------------------ */ … … 284 283 285 284 spin_lock(com_lock); 286 285 287 286 if (ts) { 288 287 /* include timestamp */ … … 351 350 * Print messages to COM port with no time stamp 352 351 */ 353 staticvoid printf_nts(const char *fmt, ...)352 void printf_nts(const char *fmt, ...) 354 353 { 355 354 va_list va; … … 509 508 len -= l; 510 509 } 511 510 512 511 pos += sg_list[i].XferBufLen; 513 512 }
Note:
See TracChangeset
for help on using the changeset viewer.