Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4973 right-hear 1
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
2
/* This is file GETDINFO.C */
3
/*
4
 * Get device info word by calling IOCTL Function 0.
5
 *
6
 * Copyright (c) 1994 Eli Zaretskii 
7
 *
8
 * This software may be used freely so long as this copyright notice is
9
 * left intact.  There is no warranty on this software.
10
 *
11
 */
12
 
13
#include 
14
#include 
15
#include 
16
 
17
short _get_dev_info(int);
18
 
19
short _get_dev_info(int fhandle)
20
{
21
}