2015-06-06 12:52:13 +00:00
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
// Copyright (C) Alexander Telyatnikov, Ivan Keliukh, Yegor Anchishkin, SKIF Software, 1999-2013. Kiev, Ukraine
|
|
|
|
// All rights reserved
|
2015-06-08 14:24:47 +00:00
|
|
|
// This file was released under the GPLv2 on June 2015.
|
2015-06-06 12:52:13 +00:00
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
/*************************************************************************
|
|
|
|
*
|
|
|
|
* File: sys_spec.h
|
|
|
|
*
|
|
|
|
* Module: UDF File System Driver (Kernel mode execution only)
|
|
|
|
*
|
|
|
|
* Description:
|
|
|
|
* The main include file for the UDF file system driver.
|
|
|
|
*
|
|
|
|
* Author: Alter
|
|
|
|
*
|
|
|
|
*************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef _UDF_SYS_SPEC_H_
|
|
|
|
#define _UDF_SYS_SPEC_H_
|
|
|
|
|
2015-06-06 13:48:19 +00:00
|
|
|
#include "Include/Sys_spec_lib.h"
|
2015-06-06 12:52:13 +00:00
|
|
|
|
|
|
|
#endif // _UDF_SYS_SPEC_H_
|