[PATCH] rework reserved major handling
[powerpc.git] / include / linux / kdev_t.h
index bceea52..4c2c373 100644 (file)
@@ -87,6 +87,7 @@ static inline unsigned sysv_minor(u32 dev)
        return dev & 0x3ffff;
 }
 
+bool is_lanana_major(unsigned int major);
 
 #else /* __KERNEL__ */