diff options
| author | Stefan Metzmacher <metze@samba.org> | 2025-10-28 13:11:16 +0300 |
|---|---|---|
| committer | Steve French <stfrench@microsoft.com> | 2026-04-16 05:58:18 +0300 |
| commit | 86bca3df0fa0e6f9efd81165900de0af098f6bc2 (patch) | |
| tree | 35e6fef8734855cd518e467dd29a5a7ccdc4f84c | |
| parent | 0a6428978df1c16971db0b0daae60b8fc0c4eb9b (diff) | |
| download | linux-86bca3df0fa0e6f9efd81165900de0af098f6bc2.tar.xz | |
smb: smbdirect: introduce smbdirect_internal.h
This will be included by individual .c files as first
header.
Cc: Steve French <smfrench@gmail.com>
Cc: Tom Talpey <tom@talpey.com>
Cc: Long Li <longli@microsoft.com>
Cc: Namjae Jeon <linkinjeon@kernel.org>
Cc: linux-cifs@vger.kernel.org
Cc: samba-technical@lists.samba.org
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Signed-off-by: Steve French <stfrench@microsoft.com>
| -rw-r--r-- | fs/smb/common/smbdirect/smbdirect_internal.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fs/smb/common/smbdirect/smbdirect_internal.h b/fs/smb/common/smbdirect/smbdirect_internal.h new file mode 100644 index 000000000000..e593eee06481 --- /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__ */ |
