Minor miscellaneous comment updates: mostly identifying drivers at
the top of their source code....
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/*
|
||||
* TextMode driver
|
||||
*
|
||||
* Displays LCD screens, one after another; suitable for hard-copy
|
||||
* terminals.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user