Rev 2071 | Rev 2745 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2089 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | * @file |
34 | * @file |
| 35 | * @brief Kernel symbol resolver. |
35 | * @brief Kernel symbol resolver. |
| 36 | */ |
36 | */ |
| 37 | 37 | ||
| 38 | #include <symtab.h> |
38 | #include <symtab.h> |
| 39 | #include <typedefs.h> |
- | |
| 40 | #include <arch/byteorder.h> |
39 | #include <arch/byteorder.h> |
| 41 | #include <func.h> |
40 | #include <func.h> |
| 42 | #include <print.h> |
41 | #include <print.h> |
| 43 | 42 | ||
| 44 | /** Return entry that seems most likely to correspond to argument. |
43 | /** Return entry that seems most likely to correspond to argument. |