summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/protocol.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-21rxrpc: Move the packet.h include file into net/rxrpc/David Howells1-0/+190
Move the protocol description header file into net/rxrpc/ and rename it to protocol.h. It's no longer necessary to expose it as packets are no longer exposed to kernel services (such as AFS) that use the facility. The abort codes are transferred to the UAPI header instead as we pass these back to userspace and also to kernel services. Signed-off-by: David Howells <dhowells@redhat.com>