19 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright IBM Corp. 20214 * Author(s): Vineeth Vijayan <vneethv@linux.ibm.com>5 */6 7#ifndef CIO_CRW_INJECT_H8#define CIO_CRW_INJECT_H9 10#ifdef CONFIG_CIO_INJECT11 12#include <asm/crw.h>13 14DECLARE_STATIC_KEY_FALSE(cio_inject_enabled);15int stcrw_get_injected(struct crw *crw);16 17#endif18#endif19