summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_ubsan.h
blob: f93215c4125da3899b6ea9351f927533dcfd89f3 (plain)
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__ */