1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright 1998-2008 VIA Technologies, Inc. All Rights Reserved.
4 * Copyright 2001-2008 S3 Graphics, Inc. All Rights Reserved.
10 #include <linux/printk.h>
17 #define DEBUG_MSG(f, a...) printk(f, ## a)
19 #define DEBUG_MSG(f, a...) no_printk(f, ## a)
24 #define WARN_MSG(f, a...) printk(f, ## a)
26 #define WARN_MSG(f, a...) no_printk(f, ## a)
29 #endif /* __DEBUG_H__ */