patch-2.3.23 linux/include/asm-arm/semaphore.h
Next file: linux/include/asm-arm/setup.h
Previous file: linux/include/asm-arm/ptrace.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Wed Oct 20 16:29:08 1999
- Orig file:
v2.3.22/linux/include/asm-arm/semaphore.h
- Orig date:
Fri Sep 10 23:57:36 1999
diff -u --recursive --new-file v2.3.22/linux/include/asm-arm/semaphore.h linux/include/asm-arm/semaphore.h
@@ -5,9 +5,10 @@
#define __ASM_ARM_SEMAPHORE_H
#include <linux/linkage.h>
-#include <asm/atomic.h>
#include <linux/spinlock.h>
#include <linux/wait.h>
+
+#include <asm/atomic.h>
struct semaphore {
atomic_t count;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)