73dce0873e1d2981ece35b8d361245b58edb2a67
[reactos.git] / reactos / drivers / filesystems / udfs / sys_spec.h
1 ////////////////////////////////////////////////////////////////////
2 // Copyright (C) Alexander Telyatnikov, Ivan Keliukh, Yegor Anchishkin, SKIF Software, 1999-2013. Kiev, Ukraine
3 // All rights reserved
4 ////////////////////////////////////////////////////////////////////
5 /*************************************************************************
6 *
7 * File: sys_spec.h
8 *
9 * Module: UDF File System Driver (Kernel mode execution only)
10 *
11 * Description:
12 * The main include file for the UDF file system driver.
13 *
14 * Author: Alter
15 *
16 *************************************************************************/
17
18
19 #ifndef _UDF_SYS_SPEC_H_
20 #define _UDF_SYS_SPEC_H_
21
22 #include "..\Include\Sys_spec_lib.h"
23
24 #endif // _UDF_SYS_SPEC_H_