1
0

Add pl111 support

This commit is contained in:
2012-09-10 22:44:54 -04:00
parent aaa714d89a
commit 955d15803f
4 changed files with 61 additions and 3 deletions

3
include/devices/pl111.h Normal file
View File

@ -0,0 +1,3 @@
#include <framebuffer.h>
int pl111_init(struct fb *f, unsigned int color_depth);