Rev 4055 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4055 | Rev 4156 | ||
---|---|---|---|
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 | */ |