reactos/drivers/storage/port/buslogic/Log.h
Pierre Schweitzer 321bcc056d Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
2016-04-24 20:17:09 +00:00

6 lines
121 B
C

#include "ntddk.h"
#define DEFAULT_LOG_FILE_NAME L"\\??\\D:\\Temp\\BL958.log"
BOOLEAN LogMessage(PCHAR szFormat, ...);