mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-24 19:34:01 +00:00
linux同款panic二维码
This commit is contained in:
19
clks/include/clks/panic_qr.h
Normal file
19
clks/include/clks/panic_qr.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef CLKS_PANIC_QR_H
|
||||
#define CLKS_PANIC_QR_H
|
||||
|
||||
#include <clks/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
clks_bool clks_panic_qr_prepare(void);
|
||||
clks_bool clks_panic_qr_show(void);
|
||||
u64 clks_panic_qr_total_lines(void);
|
||||
u64 clks_panic_qr_dropped_lines(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user