Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/symtab_lookup.h

    rb7fd2a0 r1e01a35  
    4545};
    4646
    47 extern errno_t symtab_name_lookup(uintptr_t, const char **, uintptr_t *);
     47extern int symtab_name_lookup(uintptr_t, const char **, uintptr_t *);
    4848extern const char *symtab_fmt_name_lookup(uintptr_t);
    49 extern errno_t symtab_addr_lookup(const char *, uintptr_t *);
     49extern int symtab_addr_lookup(const char *, uintptr_t *);
    5050
    5151#ifdef CONFIG_SYMTAB
Note: See TracChangeset for help on using the changeset viewer.