aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/asm/bugs.h
blob: 4473942a083973d85d590174900fd69250799e27 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __UM_BUGS_H
#define __UM_BUGS_H

void check_bugs(void);

#endif