1 /*
2  * SPDX-License-Identifier: MIT
3  *
4  * Copyright © 2019 Intel Corporation
5  */
6 
7 #ifndef _I915_ACTIVE_TYPES_H_
8 #define _I915_ACTIVE_TYPES_H_
9 
10 struct i915_active {};
11 #define I915_ACTIVE_RETIRE_SLEEPS 0
12 
13 #endif /* _I915_ACTIVE_TYPES_H_ */
14