Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  *    Copyright IBM Corp. 2021
0004  *    Author(s): Vineeth Vijayan <vneethv@linux.ibm.com>
0005  */
0006 
0007 #ifndef CIO_CRW_INJECT_H
0008 #define CIO_CRW_INJECT_H
0009 
0010 #ifdef CONFIG_CIO_INJECT
0011 
0012 #include <asm/crw.h>
0013 
0014 DECLARE_STATIC_KEY_FALSE(cio_inject_enabled);
0015 int stcrw_get_injected(struct crw *crw);
0016 
0017 #endif
0018 #endif