mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
linuxkpi: Declare several log message prefixes
The amdgpu DRM driver started to use `HW_ERR` in Linux 6.9. Reviewed by: emaste, manu Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50990
This commit is contained in:
parent
a7a05ace5d
commit
621f43ffe2
1 changed files with 6 additions and 0 deletions
|
|
@ -94,4 +94,10 @@ print_hex_dump_bytes(const char *prefix_str, const int prefix_type,
|
|||
0; \
|
||||
})
|
||||
|
||||
#define FW_BUG "[Firmware Bug]: "
|
||||
#define FW_WARN "[Firmware Warn]: "
|
||||
#define FW_INFO "[Firmware Info]: "
|
||||
#define HW_ERR "[Hardware Error]: "
|
||||
#define DEPRECATED "[Deprecated]: "
|
||||
|
||||
#endif /* _LINUXKPI_LINUX_PRINTK_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue