Add comment

This commit is contained in:
Mickey Malone
2021-02-13 09:42:33 -06:00
parent e1fa69d49e
commit 53a9d6bdf3

View File

@@ -1,3 +1,6 @@
//TODO Split this file into multiple, there are a few things going on here that need organizaion: usb device, character device, and rng thread.
// Move past prototype and put some polish on it.
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>