1 /* See COPYRIGHT for copyright information. */
6 # error "This is a ROS kernel header; user programs should not #include it"
9 #include <ros/common.h>
13 #define CRT_SIZE (CRT_ROWS * CRT_COLS)
16 /* Returns any available character, or 0 for none (legacy helper) */
17 int cons_get_any_char(void);
19 #endif /* _CONSOLE_H_ */