blob: 01cda5ed8868da34ff155815a64e169492233784 [file]
// Copyright 2022 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LOOPBACK_LATENCY_CRAS_HELPER_H_
#define LOOPBACK_LATENCY_CRAS_HELPER_H_
extern char* tty_output_dev;
void cras_test_latency();
#endif // LOOPBACK_LATENCY_CRAS_HELPER_H_