mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed compile on ARM.
This commit is contained in:
parent
826b7c9348
commit
f14063a251
1 changed files with 2 additions and 0 deletions
|
|
@ -947,6 +947,8 @@ __asm__ __volatile__( \
|
|||
#endif /* __mips__ */
|
||||
|
||||
#ifdef __arm__
|
||||
/* we'll need to duplicate this code, too.. */
|
||||
#include <asm/proc/system.h>
|
||||
|
||||
typedef struct { volatile int counter; } atomic_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue