sys: FspFsvolCreateRetryComplete

This commit is contained in:
Bill Zissimopoulos
2016-01-26 20:43:51 -08:00
parent 79a6539caa
commit e86f4b0836
3 changed files with 35 additions and 38 deletions

View File

@ -29,7 +29,6 @@
#define FSP_STATUS_PRIVATE_BIT (0x20000000)
#define FSP_STATUS_IOQ_POST (FSP_STATUS_PRIVATE_BIT | 0x0000)
#define FSP_STATUS_IOQ_POST_BEST_EFFORT (FSP_STATUS_PRIVATE_BIT | 0x0001)
#define FSP_STATUS_COMPLETED (FSP_STATUS_PRIVATE_BIT | 0x0002)
/* misc macros */
#define FSP_ALLOC_INTERNAL_TAG 'IpsF'