]> sourceware.org Git - newlib-cygwin.git/blame - winsup/cygwin/include/cygwin/fs.h
* include/cygwin/version.h: Reorganize last two api versions so that btowc and
[newlib-cygwin.git] / winsup / cygwin / include / cygwin / fs.h
CommitLineData
cad2c685
CV
1/* cygwin/fs.h
2
3 Copyright 2002 Red Hat Inc.
4 Written by Chris January <chris@atomice.net>
5
6This file is part of Cygwin.
7
8This software is a copyrighted work licensed under the terms of the
9Cygwin license. Please consult the file "CYGWIN_LICENSE" for
10details. */
11
12#ifndef _CYGWIN_FS_H_
13#define _CYGWIN_FS_H_
14
15#include <cygwin/types.h>
16
17#define BLKRRPART 0x0000125f
18#define BLKGETSIZE 0x00001260
19#define BLKSSZGET 0x00001268
20#define BLKGETSIZE64 0x00041268
21
22#endif
This page took 0.040092 seconds and 5 git commands to generate.