Rev 2260 | Rev 2309 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2260 | Rev 2265 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | 34 | ||
| 35 | #ifndef KERN_RCU_H_ |
35 | #ifndef KERN_RCU_H_ |
| 36 | #define KERN_RCU_H_ |
36 | #define KERN_RCU_H_ |
| 37 | 37 | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| 39 | #include <ddi/tasklet.h> |
39 | #include <proc/tasklet.h> |
| 40 | #include <arch/barrier.h> |
40 | #include <arch/barrier.h> |
| 41 | #include <preemption.h> |
41 | #include <preemption.h> |
| 42 | 42 | ||
| 43 | 43 | ||
| 44 | /** Read lock for RCU protected pointer */ |
44 | /** Read lock for RCU protected pointer */ |