Merging upstream version 2.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
078c0dbcc0
commit
635faa7346
571 changed files with 10718 additions and 2738 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
#define ABSOLUTE_ZERO_CELSIUS -273
|
||||
|
||||
#define STR_LEN 100
|
||||
|
||||
static inline long kelvin_to_celsius(long t)
|
||||
{
|
||||
return t + ABSOLUTE_ZERO_CELSIUS;
|
||||
|
@ -36,7 +38,8 @@ typedef union nvme_uint128 nvme_uint128_t;
|
|||
|
||||
nvme_uint128_t le128_to_cpu(__u8 *data);
|
||||
long double int128_to_double(__u8 *data);
|
||||
uint64_t int48_to_long(__u8 *data);
|
||||
uint64_t int48_to_long(const __u8 *data);
|
||||
uint64_t int56_to_long(const __u8 *data);
|
||||
|
||||
char *uint128_t_to_string(nvme_uint128_t val);
|
||||
char *uint128_t_to_l10n_string(nvme_uint128_t val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue