mirror of
https://github.com/openharmony/third_party_tinyalsa.git
synced 2026-07-19 15:24:22 -04:00
Checking for definition of __bitwise, __force, __user
This commit is contained in:
+10
@@ -41,9 +41,19 @@
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include <linux/ioctl.h>
|
||||
|
||||
#ifndef __force
|
||||
#define __force
|
||||
#endif
|
||||
|
||||
#ifndef __bitwise
|
||||
#define __bitwise
|
||||
#endif
|
||||
|
||||
#ifndef __user
|
||||
#define __user
|
||||
#endif
|
||||
|
||||
#include <sound/asound.h>
|
||||
|
||||
#include <tinyalsa/mixer.h>
|
||||
|
||||
Reference in New Issue
Block a user