Changeset 7c014d1 in mainline for uspace/srv/hid/fb/ctl/serial.h
- Timestamp:
- 2011-09-09T15:46:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c69646f8
- Parents:
- 14a60e3
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/ctl/serial.h
r14a60e3 r7c014d1 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.