Skip to content
Snippets Groups Projects
Commit 86f7c9ae authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

fix: had to include linux/string.h so thath DEBUG_FMT would work

parent 914adecc
No related branches found
No related tags found
No related merge requests found
#pragma once
#include <linux/kernel.h>
#include <linux/printk.h>
#include <linux/string.h>
// This GCC extension removes the trailing comma when __VA_ARGS__ is empty. This
// ensures the macro works whether or not extra arguments are provided.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment