mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
linuxkpi: Add dev_emerg
Needed by drm-kmod v5.8 Reviewed by: bz MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D34286
This commit is contained in:
parent
2cc3af6e1d
commit
e3f1af9b33
1 changed files with 1 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ show_class_attr_string(struct class *class,
|
|||
#define dev_warn(dev, fmt, ...) device_printf((dev)->bsddev, fmt, ##__VA_ARGS__)
|
||||
#define dev_info(dev, fmt, ...) device_printf((dev)->bsddev, fmt, ##__VA_ARGS__)
|
||||
#define dev_notice(dev, fmt, ...) device_printf((dev)->bsddev, fmt, ##__VA_ARGS__)
|
||||
#define dev_emerg(dev, fmt, ...) device_printf((dev)->bsddev, fmt, ##__VA_ARGS__)
|
||||
#define dev_dbg(dev, fmt, ...) do { } while (0)
|
||||
#define dev_printk(lvl, dev, fmt, ...) \
|
||||
device_printf((dev)->bsddev, fmt, ##__VA_ARGS__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue