ReactOS 0.4.15-dev-7918-g2a2556c
physical.cpp
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 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