From: Stefan Metzmacher Date: Tue, 28 Oct 2025 10:11:16 +0000 (+0100) Subject: smb: smbdirect: introduce smbdirect_internal.h X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=86bca3df0fa0e6f9efd81165900de0af098f6bc2;p=thirdparty%2Fkernel%2Flinux.git 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 --- 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__ */