Skip to content

Instantly share code, notes, and snippets.

View eecheng87's full-sized avatar
🌴
On vacation

Steven Cheng eecheng87

🌴
On vacation
View GitHub Profile
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/kthread.h>
#include <linux/sched/signal.h>
#include <linux/tcp.h>
#include <linux/workqueue.h>
#include "http_parser.h"
#include "http_server.h"