You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
256 B
10 lines
256 B
16 years ago
|
#ifndef __ASM_GENERIC_MUTEX_H
|
||
|
#define __ASM_GENERIC_MUTEX_H
|
||
|
/*
|
||
|
* Pull in the generic implementation for the mutex fastpath,
|
||
|
* which is a reasonable default on many architectures.
|
||
|
*/
|
||
|
|
||
|
#include <asm-generic/mutex-dec.h>
|
||
|
#endif /* __ASM_GENERIC_MUTEX_H */
|