mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
type_compat: Add missing __s64 and __u64 definitions for non-Linux
Just for the case without Linux-compatible definitions. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
ae564665ec
commit
75584fe660
1 changed files with 2 additions and 0 deletions
|
|
@ -9,9 +9,11 @@
|
|||
typedef uint8_t __u8;
|
||||
typedef uint16_t __u16;
|
||||
typedef uint32_t __u32;
|
||||
typedef uint64_t __u64;
|
||||
typedef int8_t __s8;
|
||||
typedef int16_t __s16;
|
||||
typedef int32_t __s32;
|
||||
typedef int64_t __s64;
|
||||
|
||||
#include <endian.h>
|
||||
#include <byteswap.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue