blob: c81c04496c53db9aea3124e1ae21cba76cb87cd2 [file] [log] [blame]
Jeremy Kerr2bd05182016-03-10 16:59:43 +08001
2const char console_socket_path[] = "\0obmc-uart-console";
3const size_t console_socket_len = sizeof(console_socket_path);
4const char *console_socket_path_readable = console_socket_path + 1;
5