1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* * SPDX-License-Identifier: BSD-2-Clause * * Author: Marcos Oduardo <[email protected]> */ #ifndef __SBI_UBSAN_H__ #define __SBI_UBSAN_H__ #include <sbi/sbi_types.h> extern volatile unsigned long sbi_ubsan_report_count; #endif /* __SBI_UBSAN_H__ */