mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Add u8 in type_compat.h
Skylake headers use u8 data types which were not present in type_compat so add them. Signed-off-by: Shreyas NC <shreyas.nc@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
f5c313eae5
commit
a8ca6d1c4b
1 changed files with 2 additions and 0 deletions
|
|
@ -32,9 +32,11 @@ typedef int32_t __s32;
|
|||
#define __le64 __u64
|
||||
#define __le32 __u32
|
||||
#define __le16 __u16
|
||||
#define __le8 __u8
|
||||
#define __be64 __u64
|
||||
#define __be32 __u32
|
||||
#define __be16 __u16
|
||||
#define __be8 __u8
|
||||
#endif /* DOC_HIDDEN */
|
||||
|
||||
#endif /* __TYPE_COMPAT_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue