Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2089 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | 36 | ||
| 37 | #include <arch/types.h> |
37 | #include <arch/types.h> |
| 38 | #include <ddi/device.h> |
38 | #include <ddi/device.h> |
| 39 | #include <atomic.h> |
39 | #include <atomic.h> |
| 40 | #include <debug.h> |
40 | #include <debug.h> |
| 41 | #include <typedefs.h> |
- | |
| 42 | 41 | ||
| 43 | static atomic_t last; |
42 | static atomic_t last; |
| 44 | 43 | ||
| 45 | /** Assign new device number. |
44 | /** Assign new device number. |
| 46 | * |
45 | * |