Commit 0dca717 1 parent 0973f27 commit 0dca717 Copy full SHA for 0dca717
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ uint64_t int48_to_long(__u8 *data)
48
48
return result ;
49
49
}
50
50
51
- static long double uint128_t_to_double (nvme_uint128_t data )
51
+ long double uint128_t_to_double (nvme_uint128_t data )
52
52
{
53
53
long double result = 0 ;
54
54
int i ;
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ uint64_t int48_to_long(__u8 *data);
41
41
char * uint128_t_to_string (nvme_uint128_t val );
42
42
char * uint128_t_to_l10n_string (nvme_uint128_t val );
43
43
char * uint128_t_to_si_string (nvme_uint128_t val , __u32 bytes_per_unit );
44
+ long double uint128_t_to_double (nvme_uint128_t data );
44
45
const char * util_uuid_to_string (unsigned char uuid [NVME_UUID_LEN ]);
45
46
const char * util_fw_to_string (char * c );
46
47
You can’t perform that action at this time.
0 commit comments