mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 18:01:36 +00:00
Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
This commit is contained in:
parent
a5f9846eb9
commit
321bcc056d
22738 changed files with 0 additions and 1285453 deletions
42
drivers/filesystems/udfs/Include/format_common.h
Normal file
42
drivers/filesystems/udfs/Include/format_common.h
Normal file
|
@ -0,0 +1,42 @@
|
|||
////////////////////////////////////////////////////////////////////
|
||||
// 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.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
JS_DEVICE_TYPE
|
||||
CheckCDType(
|
||||
PCHAR m_szFile,
|
||||
PCHAR VendorId
|
||||
);
|
||||
|
||||
typedef void (*PADD_DEVICE)(HWND hwndControl, PCHAR Drive, PCHAR Line1, PCHAR Line2,BOOL bSelect);
|
||||
|
||||
void
|
||||
InitDeviceList(
|
||||
HWND hDlg,
|
||||
HWND hwndControl,
|
||||
PADD_DEVICE CallBack
|
||||
);
|
||||
|
||||
extern CHAR szDisc[4];
|
||||
extern BOOL bChanger;
|
||||
|
||||
HANDLE
|
||||
FmtAcquireDrive(
|
||||
PCHAR Drive,
|
||||
CHAR Level
|
||||
);
|
||||
|
||||
#define FmtAcquireDriveW(Drive, Level) FmtAcquireDrive((PCHAR)(Drive), Level)
|
||||
|
||||
VOID
|
||||
FmtReleaseDrive(
|
||||
HANDLE evt
|
||||
);
|
||||
|
||||
BOOLEAN
|
||||
FmtIsDriveAcquired(
|
||||
PCHAR Drive,
|
||||
CHAR Level
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue