Changeset 521 for trunk/boot/tsar_mips32/boot_tty_driver.h
- Timestamp:
- Aug 30, 2018, 6:39:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/boot/tsar_mips32/boot_tty_driver.h
r457 r521 70 70 * @ returns 0 on success, -1 on error. 71 71 ****************************************************************************/ 72 int boot_tty_write( c har* buf,73 uint32_t nbytes );72 int boot_tty_write( const char * buf, 73 uint32_t nbytes ); 74 74 75 75 #endif // BOOT_TTY_DRIVER_H
Note: See TracChangeset
for help on using the changeset viewer.