Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/stacktrace.h

    rc1b979a r9d58539  
    3838
    3939#include <sys/types.h>
    40 #include <stdbool.h>
    41 
    42 typedef struct {
    43         int (*read_uintptr)(void *, uintptr_t, uintptr_t *);
    44 } stacktrace_ops_t;
     40#include <bool.h>
    4541
    4642typedef struct {
    4743        void *op_arg;
    48         stacktrace_ops_t *ops;
     44        int (*read_uintptr)(void *, uintptr_t, uintptr_t *);
    4945} stacktrace_t;
    5046
    5147extern void stacktrace_print(void);
    5248extern void stacktrace_print_fp_pc(uintptr_t, uintptr_t);
    53 extern void stacktrace_print_generic(stacktrace_ops_t *, void *, uintptr_t,
    54     uintptr_t);
    5549
    5650/*
Note: See TracChangeset for help on using the changeset viewer.