//////////////////////////////////////////////////////////////////// // Copyright (C) Alexander Telyatnikov, Ivan Keliukh, Yegor Anchishkin, SKIF Software, 1999-2013. Kiev, Ukraine // All rights reserved // This file was released under the GPLv2 on June 2015. //////////////////////////////////////////////////////////////////// /************************************************************************* * * 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_ #include "Include/Sys_spec_lib.h" #endif // _UDF_SYS_SPEC_H_