mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[DDK]
Define IDE_COMMAND_FLUSH_CACHE CORE-13763 svn path=/trunk/; revision=75785
This commit is contained in:
parent
8ec72be7cd
commit
eb9a2dd5b2
1 changed files with 2 additions and 1 deletions
|
@ -252,6 +252,7 @@ typedef struct _IDENTIFY_DEVICE_DATA {
|
|||
} IDENTIFY_DEVICE_DATA, *PIDENTIFY_DEVICE_DATA;
|
||||
#include <poppack.h>
|
||||
|
||||
#define IDE_COMMAND_FLUSH_CACHE 0xE7
|
||||
#define IDE_COMMAND_IDENTIFY 0xEC
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue