ReactOS 0.4.15-dev-7958-gcd0bb1a
sys_spec.h
Go to the documentation of this file.
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.
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
24
25#endif // _UDF_SYS_SPEC_H_