Linux Audio

Check our new training course

Yocto / OpenEmbedded training

Feb 10-13, 2025
Register
Loading...
Note: File does not exist in v3.1.
 1/*
 2 * SPDX-License-Identifier: GPL-2.0
 3 *
 4 * Copyright © 2019 Intel Corporation
 5 */
 6
 7#ifndef SELFTEST_ENGINE_H
 8#define SELFTEST_ENGINE_H
 9
10struct intel_gt;
11
12int live_engine_pm_selftests(struct intel_gt *gt);
13
14#endif