1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-26 08:33:52 +00:00
reactos/drivers/storage/port/buslogic/Log.h

6 lines
121 B
C
Raw Normal View History

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