/* * SPDX-License-Identifier: MIT * * Copyright © 2019 Intel Corporation */ #ifndef _I915_ACTIVE_TYPES_H_ #define _I915_ACTIVE_TYPES_H_ #include <linux/atomic.h> #include <linux/dma-fence.h> #include <linux/llist.h> #include <linux/mutex.h> #include <linux/rbtree.h> #include <linux/rcupdate.h> #include <linux/workqueue.h> struct i915_active_fence { … }; struct active_node; struct i915_active { … }; #endif /* _I915_ACTIVE_TYPES_H_ */