1*4882a593Smuzhiyun // SPDX-License-Identifier: GPL-2.0 2*4882a593Smuzhiyun /* 3*4882a593Smuzhiyun * Copyright (c) 2018, 2019 Oracle. All rights reserved. 4*4882a593Smuzhiyun */ 5*4882a593Smuzhiyun 6*4882a593Smuzhiyun #include <linux/sunrpc/clnt.h> 7*4882a593Smuzhiyun #include <linux/sunrpc/sched.h> 8*4882a593Smuzhiyun #include <linux/sunrpc/svc.h> 9*4882a593Smuzhiyun #include <linux/sunrpc/svc_xprt.h> 10*4882a593Smuzhiyun #include <linux/sunrpc/auth_gss.h> 11*4882a593Smuzhiyun #include <linux/sunrpc/gss_err.h> 12*4882a593Smuzhiyun 13*4882a593Smuzhiyun #define CREATE_TRACE_POINTS 14*4882a593Smuzhiyun #include <trace/events/rpcgss.h> 15