Changeset 432a269 in mainline for uspace/srv/hid/fb/ctl/serial.h
- Timestamp:
- 2011-09-16T21:13:57Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a11f17
- Parents:
- c0e53ff (diff), fd07e526 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/ctl/serial.h
rc0e53ff r432a269 28 28 */ 29 29 30 /** @addtogroup msimfb31 * @brief HelenOS MSIM text console.32 * @ingroup fbs33 * @{34 */35 30 /** @file 36 31 */ 37 32 38 #ifndef FB_ MSIM_H_39 #define FB_ MSIM_H_33 #ifndef FB_CTL_SERIAL_H_ 34 #define FB_CTL_SERIAL_H_ 40 35 41 extern int msim_init(void); 36 #include "../proto/vt100.h" 37 38 extern int serial_init(vt100_putchar_t, vt100_control_puts_t); 42 39 43 40 #endif … … 45 42 /** @} 46 43 */ 47
Note:
See TracChangeset
for help on using the changeset viewer.