mirror of
https://github.com/tsukumijima/px4_drv.git
synced 2025-07-23 04:03:01 +02:00
9 lines
126 B
C
9 lines
126 B
C
// print_format.h
|
|
|
|
#ifndef __PRINT_FORMAT_H__
|
|
#define __PRINT_FORMAT_H__
|
|
|
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
|
|
#endif
|