Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright © 2020 Intel Corporation
0004  */
0005 
0006 #ifndef SELFTEST_ENGINE_HEARTBEAT_H
0007 #define SELFTEST_ENGINE_HEARTBEAT_H
0008 
0009 struct intel_engine_cs;
0010 
0011 void st_engine_heartbeat_disable(struct intel_engine_cs *engine);
0012 void st_engine_heartbeat_disable_no_pm(struct intel_engine_cs *engine);
0013 void st_engine_heartbeat_enable(struct intel_engine_cs *engine);
0014 void st_engine_heartbeat_enable_no_pm(struct intel_engine_cs *engine);
0015 
0016 #endif /* SELFTEST_ENGINE_HEARTBEAT_H */