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.cpp
9 *
10 * Module: UDF File System Driver
11 * (both User and Kernel mode execution)
12 *
13 * Description:
14 *   Contains system-secific code
15 *
16 *************************************************************************/
17 
18 
19 #include "udffs.h"
20 // define the file specific bug-check id
21 #define         UDF_BUG_CHECK_ID        UDF_FILE_SYS_SPEC
22 
23 #include "Include/Sys_spec_lib.cpp"
24 
25 //#include "Include/tools.cpp"
26