Rev 2787 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2787 | Rev 3424 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef KERN_DEVICE_H_ |
35 | #ifndef KERN_DEVICE_H_ |
| 36 | #define KERN_DEVICE_H_ |
36 | #define KERN_DEVICE_H_ |
| 37 | 37 | ||
| - | 38 | #include <arch/types.h> |
|
| - | 39 | #include <typedefs.h> |
|
| - | 40 | ||
| 38 | extern devno_t device_assign_devno(void); |
41 | extern devno_t device_assign_devno(void); |
| 39 | 42 | ||
| 40 | #endif |
43 | #endif |
| 41 | 44 | ||
| 42 | /** @} |
45 | /** @} |