[RTL][NTDLL]
[reactos.git] / reactos / drivers / filesystems / udfs / udf_info / physical.cpp
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 Module Name: Physical.cpp
8
9 Execution: Kernel mode only
10
11 Description:
12
13 Contains code that implement read/write operations for physical device
14 */
15
16 #include "udf.h"
17 // define the file specific bug-check id
18 #define UDF_BUG_CHECK_ID UDF_FILE_PHYSICAL
19
20 #include "Include/phys_lib.cpp"
21