Rev 3076 | Rev 4416 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3076 | Rev 4401 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | */ |
31 | */ |
32 | 32 | ||
33 | #ifndef DEVMAP_DEVMAP_H_ |
33 | #ifndef DEVMAP_DEVMAP_H_ |
34 | #define DEVMAP_DEVMAP_H_ |
34 | #define DEVMAP_DEVMAP_H_ |
35 | 35 | ||
- | 36 | #include <atomic.h> |
|
36 | #include <ipc/ipc.h> |
37 | #include <ipc/ipc.h> |
37 | #include <libadt/list.h> |
38 | #include <libadt/list.h> |
38 | 39 | ||
39 | #define DEVMAP_NAME_MAXLEN 512 |
40 | #define DEVMAP_NAME_MAXLEN 512 |
40 | 41 |