mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
11 lines
488 B
Text
11 lines
488 B
Text
//
|
|
// PROJECT: ReactOS Kernel
|
|
// LICENSE: GNU GPLv2 only as published by the Free Software Foundation
|
|
// PURPOSE: To Implement AHCI Miniport driver targeting storport NT 5.2
|
|
// PROGRAMMERS: Aman Priyadarshi (aman.eureka@gmail.com)
|
|
//
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "AHCI Storport Miniport Driver"
|
|
#define REACTOS_STR_INTERNAL_NAME "storahci"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "storahci.sys"
|
|
#include <reactos/version.rc>
|