Last change
on this file was 108794, checked in by vboxsync, 4 weeks ago |
Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
465 bytes
|
Line | |
---|
1 | /** @file
|
---|
2 |
|
---|
3 | Copyright (c) Microsoft Corporation.
|
---|
4 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
5 |
|
---|
6 | **/
|
---|
7 |
|
---|
8 | #ifndef NVME_EVENT_GROUP_GUID_
|
---|
9 | #define NVME_EVENT_GROUP_GUID_
|
---|
10 |
|
---|
11 | // gNVMeEnableStartEventGroupGuid is used to signal the start of enabling the NVMe controller
|
---|
12 | extern EFI_GUID gNVMeEnableStartEventGroupGuid;
|
---|
13 | // gNVMeEnableCompleteEventGroupGuid is used to signal that the NVMe controller enable has finished
|
---|
14 | extern EFI_GUID gNVMeEnableCompleteEventGroupGuid;
|
---|
15 |
|
---|
16 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.