From 86bca3df0fa0e6f9efd81165900de0af098f6bc2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 28 Oct 2025 11:11:16 +0100 Subject: [PATCH] smb: smbdirect: introduce smbdirect_internal.h This will be included by individual .c files as first header. Cc: Steve French Cc: Tom Talpey Cc: Long Li Cc: Namjae Jeon Cc: linux-cifs@vger.kernel.org Cc: samba-technical@lists.samba.org Signed-off-by: Stefan Metzmacher Acked-by: Namjae Jeon Signed-off-by: Steve French --- fs/smb/common/smbdirect/smbdirect_internal.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 fs/smb/common/smbdirect/smbdirect_internal.h diff --git a/fs/smb/common/smbdirect/smbdirect_internal.h b/fs/smb/common/smbdirect/smbdirect_internal.h new file mode 100644 index 0000000000000..e593eee064819 --- /dev/null +++ b/fs/smb/common/smbdirect/smbdirect_internal.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright (c) 2025, Stefan Metzmacher + */ + +#ifndef __FS_SMB_COMMON_SMBDIRECT_INTERNAL_H__ +#define __FS_SMB_COMMON_SMBDIRECT_INTERNAL_H__ + +#include "smbdirect.h" +#include "smbdirect_pdu.h" +#include "smbdirect_socket.h" + +#endif /* __FS_SMB_COMMON_SMBDIRECT_INTERNAL_H__ */ -- 2.47.3