Create the AHCI branch for Aman's work

svn path=/branches/GSoC_2016/AHCI/; revision=71203
This commit is contained in:
Pierre Schweitzer 2016-04-24 20:17:09 +00:00
parent a5f9846eb9
commit 321bcc056d
22738 changed files with 0 additions and 1285453 deletions

View 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
);