#ifndef __BDEV_H__ #define __BDEV_H__ /* * This is a mock-up compiled in blockdev buffer, to be used temporarily. */ void *vfs_rootdev_open(void); #endif/* __BDEV_H__ */