Subversion Repositories Kolibri OS

Rev

Rev 1408 | Rev 5272 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1408 Rev 3243
Line 15... Line 15...
15
# include 
15
# include 
16
#endif
16
#endif
Line 17... Line 17...
17
 
17
 
Line 18... Line 18...
18
#include 
18
#include 
19
 
19
 
20
typedef struct {
20
typedef struct spinlock {
21
	raw_spinlock_t raw_lock;
21
	raw_spinlock_t raw_lock;
22
#ifdef CONFIG_GENERIC_LOCKBREAK
22
#ifdef CONFIG_GENERIC_LOCKBREAK
23
	unsigned int break_lock;
23
	unsigned int break_lock;