Subversion Repositories shark

Rev

Rev 1624 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1624 giacomo 1
/*
2
 *
3
 *
4
 *
5
 */
6
 
7
#include <fs/bdev.h>
8
 
9
#include "common.h"
10
 
11
int main(int argc,char *argv[])
12
{
13
  showmessage("Have ide devices been found?\n");
14
  return 0;
15
}