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