home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / fs.h < prev    next >
C/C++ Source or Header  |  2004-01-30  |  450b  |  21 lines

  1. /* cygwin/fs.h
  2.  
  3.    Copyright 2002, 2003 Red Hat Inc.
  4.    Written by Chris January <chris@atomice.net>
  5.  
  6. This file is part of Cygwin.
  7.  
  8. This software is a copyrighted work licensed under the terms of the
  9. Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
  10. details. */
  11.  
  12. #ifndef _CYGWIN_FS_H_
  13. #define _CYGWIN_FS_H_
  14.  
  15. #define BLKRRPART  0x0000125f
  16. #define BLKGETSIZE 0x00001260
  17. #define BLKSSZGET  0x00001268
  18. #define BLKGETSIZE64 0x00041268
  19.  
  20. #endif
  21.