summaryrefslogtreecommitdiff
path: root/drivers/crypto/chelsio/chtls/chtls.h
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2019-10-03 11:18:54 -0700
committerDavid S. Miller <davem@davemloft.net>2019-10-04 14:07:06 -0700
commit25a3cd8189c8832c04225e6f1d41228fd6cc64cc (patch)
tree76cd8574a6f185b5f8b5cbe797480a4c4d83fa55 /drivers/crypto/chelsio/chtls/chtls.h
parent033b2c7f0f26d236f5e87888aca3d5ecb6a64cb7 (diff)
net/tls: move TOE-related structures to a separate header
Move tls_device structure and register/unregister functions to a new header to avoid confusion with normal, non-TOE offload. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: John Hurley <john.hurley@netronome.com> Reviewed-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/crypto/chelsio/chtls/chtls.h')
-rw-r--r--drivers/crypto/chelsio/chtls/chtls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/chelsio/chtls/chtls.h b/drivers/crypto/chelsio/chtls/chtls.h
index 025c831d0899..e353c42fea91 100644
--- a/drivers/crypto/chelsio/chtls/chtls.h
+++ b/drivers/crypto/chelsio/chtls/chtls.h
@@ -21,6 +21,7 @@
#include <crypto/internal/hash.h>
#include <linux/tls.h>
#include <net/tls.h>
+#include <net/tls_toe.h>
#include "t4fw_api.h"
#include "t4_msg.h"