liblightnvm
0.1.6
Quick Start
Prerequisites
Background
Command-Line Interface
C API
nvm_dev - Device Management
nvm_geo - Geometry
nvm_buf - Buffer Allocation
nvm_addr - Addressing
nvm_cmd - Raw Commands
nvm_async - Async. Controls
nvm_sgl - Scather/Gather Lists
nvm_vblk - Virtual Block
nvm_bbt - Bad-Block-Table
nvm_bp - Boilerplate
Miscellaneous
nvm_be
nvm_ret
nvm_ver
nvm_ver_major
nvm_ver_minor
nvm_ver_patch
nvm_ver_pr
nvm_meta
nvm_mode
nvm_pmode
nvm_bounds
nvm_quirks
Public Header
Tutorial Introduction
Backends
References
liblightnvm
Docs
»
C API
»
Miscellaneous
»
nvm_ver
View page source
nvm_ver
¶
nvm_ver_major
¶
int
nvm_ver_major
(
void
)
¶
Return
the “major” version of the library
nvm_ver_minor
¶
int
nvm_ver_minor
(
void
)
¶
Return
the “minor” version of the library
nvm_ver_patch
¶
int
nvm_ver_patch
(
void
)
¶
Return
the “patch” version of the library
nvm_ver_pr
¶
void
nvm_ver_pr
(
void
)
¶
Prints version information about the library.