Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / s390 / cio / cio_inject.h
blob914a3f4a3c633f4d13d5aa5d8a3c9b6016fa9b86
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright IBM Corp. 2021
4 * Author(s): Vineeth Vijayan <vneethv@linux.ibm.com>
5 */
7 #ifndef CIO_CRW_INJECT_H
8 #define CIO_CRW_INJECT_H
10 #ifdef CONFIG_CIO_INJECT
12 #include <asm/crw.h>
14 DECLARE_STATIC_KEY_FALSE(cio_inject_enabled);
15 int stcrw_get_injected(struct crw *crw);
17 #endif
18 #endif