X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=include%2Ffs.h;h=2f2aca8378be15a92b8082e0872a9b3a3829a4f9;hb=7a53a1a8115beb53b47a758c1a6e527420d8a43e;hp=fd1e4ab1c0f3880e0a4a9fdfd8e2be5df42fd4ca;hpb=e1cc4d31f889428a4ca73120951389c756404184;p=people%2Fms%2Fu-boot.git diff --git a/include/fs.h b/include/fs.h index fd1e4ab1c0..2f2aca8378 100644 --- a/include/fs.h +++ b/include/fs.h @@ -1,17 +1,7 @@ /* * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. * - * This program is free software; you can redistribute it and/or modify it - * under the terms and conditions of the GNU General Public License, - * version 2, as published by the Free Software Foundation. - * - * This program is distributed in the hope it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * SPDX-License-Identifier: GPL-2.0 */ #ifndef _FS_H #define _FS_H @@ -22,6 +12,7 @@ #define FS_TYPE_FAT 1 #define FS_TYPE_EXT 2 #define FS_TYPE_SANDBOX 3 +#define FS_TYPE_UBIFS 4 /* * Tell the fs layer which block device an partition to use for future