X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=misc%2Ftest_vm%2Finclude%2Fgeekos%2Fide.h;fp=misc%2Ftest_vm%2Finclude%2Fgeekos%2Fide.h;h=5c33ecc1337b469989401205443e92c33d79073f;hp=0000000000000000000000000000000000000000;hb=ddc16b0737cf58f7aa90a69c6652cdf4090aec51;hpb=626595465a2c6987606a6bc697df65130ad8c2d3 diff --git a/misc/test_vm/include/geekos/ide.h b/misc/test_vm/include/geekos/ide.h new file mode 100644 index 0000000..5c33ecc --- /dev/null +++ b/misc/test_vm/include/geekos/ide.h @@ -0,0 +1,19 @@ +/* + * ATA (aka IDE) driver. + * Copyright (c) 2003, Jeffrey K. Hollingsworth + * $Revision: 1.1 $ + * + * This is free software. You are permitted to use, + * redistribute, and modify it as specified in the file "COPYING". + */ + +#ifndef GEEKOS_IDE_H +#define GEEKOS_IDE_H + +#ifdef GEEKOS + +void Init_IDE(void); + +#endif /* GEEKOS */ + +#endif /* GEEKOS_IDE_H */