Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
linux-shallow
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Insights
linux-shallow
/
tools
/
virtio
/
linux
/
printk.h
Text
·
95 B
·
9f2423b
Raw
5 lines · c
1
#include "../../../include/linux/kern_levels.h"
2
3
#define printk printf
4
#define vprintk vprintf
5