| 1 | #pragma once |
|---|---|
| 2 | #include <block/bio.h> |
| 3 | #include <stdint.h> |
| 4 | #include <test/export.h> |
| 5 | |
| 6 | TEST_IMPORT(enum bio_request_status, nvme_to_bio_status, uint16_t status_word); |
| 7 |
| 1 | #pragma once |
|---|---|
| 2 | #include <block/bio.h> |
| 3 | #include <stdint.h> |
| 4 | #include <test/export.h> |
| 5 | |
| 6 | TEST_IMPORT(enum bio_request_status, nvme_to_bio_status, uint16_t status_word); |
| 7 |