forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/include/linux/root_dev.h
....@@ -8,6 +8,7 @@
88
99 enum {
1010 Root_NFS = MKDEV(UNNAMED_MAJOR, 255),
11
+ Root_CIFS = MKDEV(UNNAMED_MAJOR, 254),
1112 Root_RAM0 = MKDEV(RAMDISK_MAJOR, 0),
1213 Root_RAM1 = MKDEV(RAMDISK_MAJOR, 1),
1314 Root_FD0 = MKDEV(FLOPPY_MAJOR, 0),