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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [libfs/] [src/] [dosfs/] [msdos_handlers_file.c] - Blame information for rev 1026

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
2
 *  File Operations Table for MSDOS filesystem
3
 *
4
 *  Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
5
 *  Author: Eugeny S. Mints <Eugeny.Mints@oktet.ru>
6
 *
7
 *  The license and distribution terms for this file may be
8
 *  found in the file LICENSE in this distribution or at
9
 *  http://www.OARcorp.com/rtems/license.html.
10
 *
11
 *  @(#) msdos_handlers_file.c,v 1.1 2002/02/28 20:43:50 joel Exp
12
 */
13
 
14
#if HAVE_CONFIG_H
15
#include "config.h"
16
#endif
17
 
18
#include <rtems/libio.h>
19
#include "msdos.h"
20
 
21
rtems_filesystem_file_handlers_r msdos_file_handlers = {
22
    msdos_file_open,
23
    msdos_file_close,
24
    msdos_file_read,
25
    msdos_file_write,
26
    msdos_file_ioctl,
27
    msdos_file_lseek,
28
    msdos_file_stat,
29
    NULL,
30
    msdos_file_ftruncate,
31
    NULL,
32
    msdos_file_sync,
33
    msdos_file_datasync,
34
    NULL,                 /* msdos_file_fcntl */
35
    msdos_file_rmnod
36
};

powered by: WebSVN 2.1.0

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