Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  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 <eliz@is.elta.co.il>
  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 <errno.h>
  14. #include <libc/dosio.h>
  15. #include <assert.h>
  16.  
  17. short _get_dev_info(int);
  18.  
  19. short _get_dev_info(int fhandle)
  20. {
  21. }
  22.