From 344a9bc838e8165445b28eebe8fbc4b0b6780e1e Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Fri, 22 Jul 2022 07:55:22 +0800 Subject: [PATCH] fs/hostfs: Change nuttx_dev_t from uint16_t to uint32_t Follow up the following change: commit 008cb0d31a49706724fbb4896bc7a5df1c52dd9f Author: Jiuzhu Dong Date: Thu Jul 14 02:27:34 2022 +0000 sys/sysmacros.h: support sysmacros header Signed-off-by: Jiuzhu Dong Signed-off-by: Xiang Xiao --- include/nuttx/fs/hostfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nuttx/fs/hostfs.h b/include/nuttx/fs/hostfs.h index cd98ba3994..499565b4c6 100644 --- a/include/nuttx/fs/hostfs.h +++ b/include/nuttx/fs/hostfs.h @@ -108,7 +108,7 @@ typedef int16_t nuttx_blksize_t; typedef int16_t nuttx_gid_t; typedef int16_t nuttx_uid_t; -typedef uint16_t nuttx_dev_t; +typedef uint32_t nuttx_dev_t; typedef uint16_t nuttx_ino_t; typedef uint16_t nuttx_nlink_t; #ifdef CONFIG_FS_LARGEFILE