Ignore:
File:
1 edited

Legend:

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

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