00001 #ifndef __VDEV_SAMPLE_H__ 00002 #define __VDEV_SAMPLE_H__ 00003 00004 #include <vdev.h> 00005 00006 hvmm_status_t vdev_sample_init(uint32_t base_addr); 00007 00008 #endif