diff options
Diffstat (limited to 'include/blk.h')
-rw-r--r-- | include/blk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/blk.h b/include/blk.h index 1e6239ac9e..61b56281b3 100644 --- a/include/blk.h +++ b/include/blk.h @@ -31,6 +31,7 @@ enum if_type { IF_TYPE_SATA, IF_TYPE_HOST, IF_TYPE_SYSTEMACE, + IF_TYPE_NVME, IF_TYPE_COUNT, /* Number of interface types */ }; |