/* SPDX-License-Identifier: MIT */ /* * Copyright © 2019 Intel Corporation */ #ifndef __INTEL_RESET_TYPES_H_ #define __INTEL_RESET_TYPES_H_ #include <linux/mutex.h> #include <linux/wait.h> #include <linux/srcu.h> struct intel_reset { … }; #endif /* _INTEL_RESET_TYPES_H_ */