Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

/*
 *
 *
 *
 */


#include <fs/bdev.h>

#include "common.h"

int main(int argc,char *argv[])
{

  showmessage("This test try to identify the partions of all hard disks\n");
 
  bdev_dump_names();

  waitend();
  return 0;
}