Jeremy Kerr | 2bd0518 | 2016-03-10 16:59:43 +0800 | [diff] [blame] | 1 | |
2 | const char console_socket_path[] = "\0obmc-uart-console"; | ||||
3 | const size_t console_socket_len = sizeof(console_socket_path); | ||||
4 | const char *console_socket_path_readable = console_socket_path + 1; | ||||
5 |