1*17926a79SDavid Howells /* RxRPC definitions 2*17926a79SDavid Howells * 3*17926a79SDavid Howells * Copyright (C) 2006 Red Hat, Inc. All Rights Reserved. 4*17926a79SDavid Howells * Written by David Howells (dhowells@redhat.com) 5*17926a79SDavid Howells * 6*17926a79SDavid Howells * This program is free software; you can redistribute it and/or 7*17926a79SDavid Howells * modify it under the terms of the GNU General Public License 8*17926a79SDavid Howells * as published by the Free Software Foundation; either version 9*17926a79SDavid Howells * 2 of the License, or (at your option) any later version. 10*17926a79SDavid Howells */ 11*17926a79SDavid Howells 12*17926a79SDavid Howells #ifndef _NET_RXRPC_H 13*17926a79SDavid Howells #define _NET_RXRPC_H 14*17926a79SDavid Howells 15*17926a79SDavid Howells #include <linux/rxrpc.h> 16*17926a79SDavid Howells 17*17926a79SDavid Howells #endif /* _NET_RXRPC_H */ 18