mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
smb: smbdirect: let smbdirect.h include #include <linux/types.h>
This will make it easier to use. 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>
This commit is contained in:
parent
84ff995ae8
commit
731a5302be
|
|
@ -7,6 +7,8 @@
|
||||||
#ifndef __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_H__
|
#ifndef __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_H__
|
||||||
#define __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_H__
|
#define __FS_SMB_COMMON_SMBDIRECT_SMBDIRECT_H__
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
/* SMB-DIRECT buffer descriptor V1 structure [MS-SMBD] 2.2.3.1 */
|
/* SMB-DIRECT buffer descriptor V1 structure [MS-SMBD] 2.2.3.1 */
|
||||||
struct smbdirect_buffer_descriptor_v1 {
|
struct smbdirect_buffer_descriptor_v1 {
|
||||||
__le64 offset;
|
__le64 offset;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user