Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright © 2019 Intel Corporation
0004  */
0005 
0006 #ifndef SELFTEST_ENGINE_H
0007 #define SELFTEST_ENGINE_H
0008 
0009 struct intel_gt;
0010 
0011 int live_engine_pm_selftests(struct intel_gt *gt);
0012 
0013 #endif