Rev 3068 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3068 | Rev 4148 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | 37 | ||
| 38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
| 39 | #include <typedefs.h> |
39 | #include <typedefs.h> |
| 40 | 40 | ||
| 41 | extern devno_t device_assign_devno(void); |
41 | extern devno_t device_assign_devno(void); |
| - | 42 | extern unative_t sys_device_assign_devno(void); |
|
| 42 | 43 | ||
| 43 | #endif |
44 | #endif |
| 44 | 45 | ||
| 45 | /** @} |
46 | /** @} |
| 46 | */ |
47 | */ |