From ae1a994131fa032f86cedfc1c7e8c0e0a3154362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=AB=E7=A7=91=E9=BE=99?= Date: Sat, 26 Mar 2022 03:54:12 +0000 Subject: [PATCH] Add a errno interval for the filemanagement subsytem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 猫科龙 --- base/include/errors.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/include/errors.h b/base/include/errors.h index d439e1d..df5af52 100644 --- a/base/include/errors.h +++ b/base/include/errors.h @@ -81,7 +81,8 @@ enum { SUBSYS_IVI = 45, SUBSYS_DISTRIBUTEDHARDWARE = 46, SUBSYS_DEVICEPROFILE = 47, - SUBSYS_CUSTOMIZATION = 48 + SUBSYS_CUSTOMIZATION = 48, + SUBSYS_FILEMANAGEMENT = 49, // new type }; -- Gitee