OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libfs/] [src/] [dosfs/] [dosfs.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
2
 *  dosfs.h
3
 *
4
 *  Application interface to MSDOS filesystem.
5
 *
6
 *  Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
7
 *  Author: Eugeny S. Mints <Eugeny.Mints@oktet.ru>
8
 *
9
 *  The license and distribution terms for this file may be
10
 *  found in the file LICENSE in this distribution or at
11
 *  http://www.OARcorp.com/rtems/license.html.
12
 *
13
 *  @(#) dosfs.h,v 1.1 2002/02/28 20:43:50 joel Exp
14
 */
15
#ifndef __DOSFS_DOSFS_H__
16
#define __DOSFS_DOSFS_H__
17
 
18
#ifdef __cplusplus
19
extern "C" {
20
#endif
21
 
22
#include <rtems.h>
23
#include <rtems/libio.h>
24
 
25
extern rtems_filesystem_operations_table  msdos_ops;
26
 
27
#ifdef __cplusplus
28
}
29
#endif
30
 
31
#endif /* __DOSFS_DOSFS_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.