Changes in kernel/generic/include/panic.h [e29e44bf:09d13c8e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/panic.h
re29e44bf r09d13c8e 66 66 extern void panic_common(panic_category_t, struct istate *, int, 67 67 uintptr_t, const char *, ...) __attribute__ ((noreturn)) 68 PRINTF_ATTRIBUTE(5, 6);68 _HELENOS_PRINTF_ATTRIBUTE(5, 6); 69 69 70 70 #endif
Note:
See TracChangeset
for help on using the changeset viewer.