Add more compatibility defines.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Thomas Klausner 2016-03-03 12:56:58 +01:00 committed by Takashi Iwai
parent e0d52fdd8a
commit 31230b2427

View file

@ -25,6 +25,9 @@
#ifndef EBADFD
#define EBADFD EBADF
#endif
#ifndef ESTRPIPE
#define ESTRPIPE EPIPE
#endif
#ifndef __u16
#define __u16 uint16_t
@ -63,4 +66,8 @@
#define __kernel_off_t off_t
#endif
#ifndef __bitwise
#define __bitwise
#endif
#endif