mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05: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__ */
|
#endif /* __mips__ */
|
||||||
|
|
||||||
#ifdef __arm__
|
#ifdef __arm__
|
||||||
|
/* we'll need to duplicate this code, too.. */
|
||||||
|
#include <asm/proc/system.h>
|
||||||
|
|
||||||
typedef struct { volatile int counter; } atomic_t;
|
typedef struct { volatile int counter; } atomic_t;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue