2009-08-03 Roxana Leontie <roxana.leontie@gmail.com>

* console/fb_vga.c: changed the reference to mw_fb.h into fb.h
This commit is contained in:
Joel Sherrill
2009-08-03 15:11:00 +00:00
parent a20baf9b9f
commit 71abba7bdb
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-08-03 Roxana Leontie <roxana.leontie@gmail.com>
* console/fb_vga.c: changed the reference to mw_fb.h into fb.h
2009-07-29 Roxana Leontie <roxana.leontie@gmail.com>
* Makefile.am, preinstall.am, console/fb_vga.c: Switch to using

View File

@@ -18,7 +18,7 @@
#include <bsp/irq.h>
#include <rtems/libio.h>
#include <rtems/mw_fb.h>
#include <rtems/fb.h>
/* these routines are defined in the microwindows code. This
driver is here more as an example of how to implement and