#include "tty_utils.h"

bool
tty_get_serial(const char *path, char *serial, ssize_t serial_len)
{
	return false;
}
