Files
px4_drv/driver/print_format.h
nns779 1952d22a6b ドライバ本体を追加
とりあえずS側のみ
2018-02-10 22:08:44 +09:00

9 lines
126 B
C

// print_format.h
#ifndef __PRINT_FORMAT_H__
#define __PRINT_FORMAT_H__
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#endif