1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <linux/major.h>
6 #include <linux/types.h>
7 #include <linux/kdev_t.h>
10 Root_NFS
= MKDEV(UNNAMED_MAJOR
, 255),
11 Root_CIFS
= MKDEV(UNNAMED_MAJOR
, 254),
12 Root_Generic
= MKDEV(UNNAMED_MAJOR
, 253),
13 Root_RAM0
= MKDEV(RAMDISK_MAJOR
, 0),
16 extern dev_t ROOT_DEV
;