Ignore:
File:
1 edited

Legend:

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

    r9ac2013 r06737a0  
    3737
    3838#include <typedefs.h>
    39 #include <print.h>
    4039
    4140#define panic(fmt, ...) \
     
    6362
    6463extern void panic_common(panic_category_t, struct istate *, int,
    65     uintptr_t, const char *, ...) __attribute__ ((noreturn))
    66     PRINTF_ATTRIBUTE(5, 6);
     64    uintptr_t, const char *, ...) __attribute__ ((noreturn));
    6765
    6866#endif
Note: See TracChangeset for help on using the changeset viewer.