mirror of https://github.com/acidanthera/audk.git
add a PCI_CLASS_MASS_STORAGE_AHCI alias.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5372 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a77267d273
commit
877a3c7bb2
|
@ -15,9 +15,8 @@
|
|||
#ifndef __PCI30_H__
|
||||
#define __PCI30_H__
|
||||
|
||||
//#include "pci23.h"
|
||||
|
||||
#define PCI_CLASS_MASS_STORAGE_SATADPA 0x06
|
||||
#define PCI_CLASS_MASS_STORAGE_AHCI PCI_CLASS_MASS_STORAGE_SATADPA
|
||||
|
||||
#pragma pack(push, 1)
|
||||
|
||||
|
|
Loading…
Reference in New Issue