URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libfs/] [src/] [dosfs/] [dosfs.h] - Rev 1765
Compare with Previous | Blame | View Log
/* * dosfs.h * * Application interface to MSDOS filesystem. * * Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia * Author: Eugeny S. Mints <Eugeny.Mints@oktet.ru> * * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * http://www.OARcorp.com/rtems/license.html. * * @(#) dosfs.h,v 1.1 2002/02/28 20:43:50 joel Exp */ #ifndef __DOSFS_DOSFS_H__ #define __DOSFS_DOSFS_H__ #ifdef __cplusplus extern "C" { #endif #include <rtems.h> #include <rtems/libio.h> extern rtems_filesystem_operations_table msdos_ops; #ifdef __cplusplus } #endif #endif /* __DOSFS_DOSFS_H__ */