| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* | 
| Uwe Zeisberger | f30c226 | 2006-10-03 23:01:26 +0200 | [diff] [blame] | 2 |  * linux/include/linux/sunrpc/svcauth_gss.h | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 |  * | 
 | 4 |  * Bruce Fields <bfields@umich.edu> | 
 | 5 |  * Copyright (c) 2002 The Regents of the Unviersity of Michigan | 
 | 6 |  * | 
 | 7 |  * $Id$ | 
 | 8 |  * | 
 | 9 |  */ | 
 | 10 |  | 
 | 11 | #ifndef _LINUX_SUNRPC_SVCAUTH_GSS_H | 
 | 12 | #define _LINUX_SUNRPC_SVCAUTH_GSS_H | 
 | 13 |  | 
 | 14 | #ifdef __KERNEL__ | 
 | 15 | #include <linux/sched.h> | 
 | 16 | #include <linux/sunrpc/types.h> | 
 | 17 | #include <linux/sunrpc/xdr.h> | 
 | 18 | #include <linux/sunrpc/svcauth.h> | 
 | 19 | #include <linux/sunrpc/svcsock.h> | 
 | 20 | #include <linux/sunrpc/auth_gss.h> | 
 | 21 |  | 
 | 22 | int gss_svc_init(void); | 
 | 23 | void gss_svc_shutdown(void); | 
 | 24 | int svcauth_gss_register_pseudoflavor(u32 pseudoflavor, char * name); | 
 | 25 |  | 
 | 26 | #endif /* __KERNEL__ */ | 
 | 27 | #endif /* _LINUX_SUNRPC_SVCAUTH_GSS_H */ |